Skip to content

Commit 32fbc5f

Browse files
committed
chore(release): v0.0.9
1 parent 2a8161f commit 32fbc5f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.0.9
4+
5+
[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.8...v0.0.9)
6+
37
## v0.0.8
48

59
[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.7...v0.0.8)

Diff for: 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.8",
6+
"version": "0.0.9",
77
"type": "module",
88
"private": true,
99
"homepage": "https://github.com/nobkd/replace-maps#readme",

Diff for: src/manifest.json

+2-2
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.8",
5+
"version": "0.0.9",
66
"homepage_url": "https://github.com/nobkd/replace-maps",
77
"icons": {
88
"48": "icons/48-icon.png",
@@ -39,4 +39,4 @@
3939
"options_ui": {
4040
"page": "options.html"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)