Skip to content

Commit 4d79681

Browse files
committed
chore(release): release v0.0.3
1 parent b7d949c commit 4d79681

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v0.0.3
4+
5+
[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.2...v0.0.3)
6+
7+
### 🩹 Fixes
8+
9+
- Give version correctly to changelogen ([be15d98](https://github.com/nobkd/replace-maps/commit/be15d98))
10+
11+
### 🏡 Chore
12+
13+
- **actions:** Update scripts ([7eca31b](https://github.com/nobkd/replace-maps/commit/7eca31b))
14+
- **actions:** Remove unneded needs ([07db7b5](https://github.com/nobkd/replace-maps/commit/07db7b5))
15+
- **changelog:** Fix versioning ([b7d949c](https://github.com/nobkd/replace-maps/commit/b7d949c))
16+
17+
### ❤️ Contributors
18+
19+
- Nobkd
20+
321
## v0.0.2
422

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.2",
6+
"version": "0.0.3",
77
"type": "module",
88
"private": true,
99
"homepage": "https://github.com/nobkd/replace-maps#readme",

public/manifest.json

Lines changed: 1 addition & 1 deletion
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.2",
5+
"version": "0.0.3",
66
"homepage_url": "https://github.com/nobkd/replace-maps",
77
"icons": {
88
"48": "icons/48.png",

0 commit comments

Comments
 (0)