Skip to content

Commit 6ae930d

Browse files
committed
chore(release): release v0.0.5
1 parent ee58ce9 commit 6ae930d

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v0.0.5
4+
5+
[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.4...v0.0.5)
6+
7+
### 🩹 Fixes
8+
9+
- Use nominatim api without trailing slash ([fae1c42](https://github.com/nobkd/replace-maps/commit/fae1c42))
10+
- Hotfix for reloading tabs on state change ([32681cd](https://github.com/nobkd/replace-maps/commit/32681cd))
11+
12+
### 🏡 Chore
13+
14+
- Fix loading source code zip ([1212c02](https://github.com/nobkd/replace-maps/commit/1212c02))
15+
- Fix source code packing action step ([ee58ce9](https://github.com/nobkd/replace-maps/commit/ee58ce9))
16+
17+
### ❤️ Contributors
18+
19+
- Nobkd
20+
321
## v0.0.4
422

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

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.4",
6+
"version": "0.0.5",
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.4",
5+
"version": "0.0.5",
66
"homepage_url": "https://github.com/nobkd/replace-maps",
77
"icons": {
88
"48": "icons/48.png",

0 commit comments

Comments
 (0)