Skip to content

Commit 557e9fd

Browse files
committed
chore(release): release v0.0.2
1 parent dc8b804 commit 557e9fd

File tree

4 files changed

+45
-4
lines changed

4 files changed

+45
-4
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
## v0.0.1...main
4+
5+
[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.1...main)
6+
7+
### 🩹 Fixes
8+
9+
- Don't format md files ([0d1fd5f](https://github.com/nobkd/replace-maps/commit/0d1fd5f))
10+
- Include license in bundle ([734b3a6](https://github.com/nobkd/replace-maps/commit/734b3a6))
11+
- Devscript: stop vite when browser closes ([28a7692](https://github.com/nobkd/replace-maps/commit/28a7692))
12+
- Always reload tab on action click if frame ([5b8efc2](https://github.com/nobkd/replace-maps/commit/5b8efc2))
13+
- Reload tab on maps or extension leaflet match ([3dc212c](https://github.com/nobkd/replace-maps/commit/3dc212c))
14+
15+
### 📖 Documentation
16+
17+
- **readme:** Add 'how it works' description ([2741d5a](https://github.com/nobkd/replace-maps/commit/2741d5a))
18+
- **readme:** Add flowchart to 'how it works' ([86c2004](https://github.com/nobkd/replace-maps/commit/86c2004))
19+
- **readme:** Add 'search param decoding' section ([edd1625](https://github.com/nobkd/replace-maps/commit/edd1625))
20+
- **readme:** Create one huge flowchart ([d6c20ae](https://github.com/nobkd/replace-maps/commit/d6c20ae))
21+
- **readme:** Add capabilities section ([16ad283](https://github.com/nobkd/replace-maps/commit/16ad283))
22+
- **readme:** Update readme ([#7](https://github.com/nobkd/replace-maps/pull/7))
23+
- Add wip readme for amo ([1043c6e](https://github.com/nobkd/replace-maps/commit/1043c6e))
24+
25+
### 🏡 Chore
26+
27+
- **release:** V0.0.2 ([000fe2d](https://github.com/nobkd/replace-maps/commit/000fe2d))
28+
- **version:** Reset version ([8e40173](https://github.com/nobkd/replace-maps/commit/8e40173))
29+
- **deps-dev:** Bump vite from 4.3.8 to 4.3.9 ([869bf4e](https://github.com/nobkd/replace-maps/commit/869bf4e))
30+
- **deps-dev:** Bump vite from 4.3.8 to 4.3.9 ([#8](https://github.com/nobkd/replace-maps/pull/8))
31+
- Upgrade deps, add build options ([cb704e1](https://github.com/nobkd/replace-maps/commit/cb704e1))
32+
- **readme:** Remove secction ([8e38aae](https://github.com/nobkd/replace-maps/commit/8e38aae))
33+
- Formatting ([ab6aceb](https://github.com/nobkd/replace-maps/commit/ab6aceb))
34+
- Formatting ([bd01c1d](https://github.com/nobkd/replace-maps/commit/bd01c1d))
35+
- Shorten scripts ([d167da7](https://github.com/nobkd/replace-maps/commit/d167da7))
36+
- Update release script, upgrade deps ([3101372](https://github.com/nobkd/replace-maps/commit/3101372))
37+
- Set package to private ([b1fcbab](https://github.com/nobkd/replace-maps/commit/b1fcbab))
38+
- Format changelog ([dc8b804](https://github.com/nobkd/replace-maps/commit/dc8b804))
39+
40+
### ❤️ Contributors
41+
42+
- Nobkd
43+
344
## v0.0.1
445

546
### 🚀 Enhancements

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Replace Maps iframes with OSM",
44
"author": "nobkd",
55
"license": "Unlicense",
6-
"version": "0.0.1",
6+
"version": "0.0.2",
77
"type": "module",
88
"private": true,
99
"homepage": "https://github.com/nobkd/replace-maps#readme",

public/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "Replace Maps iframes with OSM",
33
"manifest_version": 2,
44
"name": "Replace Maps",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"homepage_url": "https://github.com/nobkd/replace-maps",
77
"icons": {
88
"48": "icons/48.png",

0 commit comments

Comments
 (0)