Skip to content

Commit 75efe15

Browse files
committed
chore(release): release v0.0.4
1 parent 3bc87d6 commit 75efe15

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## v0.0.4
4+
5+
[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.3...v0.0.4)
6+
7+
### 🚀 Enhancements
8+
9+
- Add publish script, rename to replace_maps ([1682087](https://github.com/nobkd/replace-maps/commit/1682087))
10+
11+
### 🩹 Fixes
12+
13+
- **actions:** Don't cancel in progress ([e393a92](https://github.com/nobkd/replace-maps/commit/e393a92))
14+
- Bump script ([8f7120a](https://github.com/nobkd/replace-maps/commit/8f7120a))
15+
16+
### 📖 Documentation
17+
18+
- Update package.json description ([8169d25](https://github.com/nobkd/replace-maps/commit/8169d25))
19+
- Add known issues section ([cf38521](https://github.com/nobkd/replace-maps/commit/cf38521))
20+
21+
### 🏡 Chore
22+
23+
- Fix changelogen script ([2b43d71](https://github.com/nobkd/replace-maps/commit/2b43d71))
24+
- Update LICENSE ([144661d](https://github.com/nobkd/replace-maps/commit/144661d))
25+
- Update license ([d84ed73](https://github.com/nobkd/replace-maps/commit/d84ed73))
26+
- Update dev script ([9c6a0ec](https://github.com/nobkd/replace-maps/commit/9c6a0ec))
27+
- Drop husky and git hooks ([4b6e8ee](https://github.com/nobkd/replace-maps/commit/4b6e8ee))
28+
- Fix manifesat description ([45399b1](https://github.com/nobkd/replace-maps/commit/45399b1))
29+
- Drop lint and test from publish script ([f11cde9](https://github.com/nobkd/replace-maps/commit/f11cde9))
30+
- Update manifest description ([d7a00b1](https://github.com/nobkd/replace-maps/commit/d7a00b1))
31+
- Remove --ignore-scripts flag ([8bba9d6](https://github.com/nobkd/replace-maps/commit/8bba9d6))
32+
- Add todo ([de0bad7](https://github.com/nobkd/replace-maps/commit/de0bad7))
33+
- Use tag name ([6b38178](https://github.com/nobkd/replace-maps/commit/6b38178))
34+
- Add debug script ([286580c](https://github.com/nobkd/replace-maps/commit/286580c))
35+
- Drop debug script ([3bc87d6](https://github.com/nobkd/replace-maps/commit/3bc87d6))
36+
37+
### ❤️ Contributors
38+
39+
- Nobkd
40+
341
## v0.0.3
442

543
[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.2...v0.0.3)

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 Google Maps iFrames with OSM",
44
"author": "nobkd",
55
"license": "MPL-2.0",
6-
"version": "0.0.3",
6+
"version": "0.0.4",
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 Google Maps iFrames with OpenStreetMap",
33
"manifest_version": 2,
44
"name": "Replace Maps",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"homepage_url": "https://github.com/nobkd/replace-maps",
77
"icons": {
88
"48": "icons/48.png",

0 commit comments

Comments
 (0)