Skip to content

Commit 0398913

Browse files
committed
chore(release): v0.0.8
1 parent e461f08 commit 0398913

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v0.0.8
4+
5+
[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.7...v0.0.8)
6+
7+
### 🚀 Enhancements
8+
9+
- Map dark mode ([f683e60](https://github.com/nobkd/replace-maps/commit/f683e60))
10+
11+
### 🩹 Fixes
12+
13+
- Manually copy missing static resources ([df1f803](https://github.com/nobkd/replace-maps/commit/df1f803))
14+
15+
### ✅ Tests
16+
17+
- Migrate tests to bun ([952af9e](https://github.com/nobkd/replace-maps/commit/952af9e))
18+
- Command ([e461f08](https://github.com/nobkd/replace-maps/commit/e461f08))
19+
20+
### ❤️ Contributors
21+
22+
- Nobkd ([@nobkd](http://github.com/nobkd))
23+
324
## v0.0.7
425

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

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

0 commit comments

Comments
 (0)