Skip to content

Commit

Permalink
chore(release): release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Oct 3, 2023
1 parent 32681cd commit 6361208
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.0.5

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

### 🩹 Fixes

- Use nominatim api without trailing slash ([fae1c42](https://github.com/nobkd/replace-maps/commit/fae1c42))
- Hotfix for reloading tabs on state change ([32681cd](https://github.com/nobkd/replace-maps/commit/32681cd))

### 🏡 Chore

- Fix loading source code zip ([1212c02](https://github.com/nobkd/replace-maps/commit/1212c02))

### ❤️ Contributors

- Nobkd

## v0.0.4

[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.3...v0.0.4)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Replace Google Maps iFrames with OSM",
"author": "nobkd",
"license": "MPL-2.0",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"private": true,
"homepage": "https://github.com/nobkd/replace-maps#readme",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Replace Google Maps iFrames with OpenStreetMap",
"manifest_version": 2,
"name": "Replace Maps",
"version": "0.0.4",
"version": "0.0.5",
"homepage_url": "https://github.com/nobkd/replace-maps",
"icons": {
"48": "icons/48.png",
Expand Down

0 comments on commit 6361208

Please sign in to comment.