Skip to content

Commit c6ba837

Browse files
committed
chore(release): v0.0.7
1 parent 4ab1f41 commit c6ba837

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## v0.0.7
4+
5+
[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.6...v0.0.7)
6+
7+
### 🔥 Performance
8+
9+
- Migrate to bun (WIP) ([f064723](https://github.com/nobkd/replace-maps/commit/f064723))
10+
11+
### 🩹 Fixes
12+
13+
- Generate icons on the fly ([de11289](https://github.com/nobkd/replace-maps/commit/de11289))
14+
- Const assignment, styles, scripts ([0e35f6d](https://github.com/nobkd/replace-maps/commit/0e35f6d))
15+
16+
### 🏡 Chore
17+
18+
- **deps-dev:** Bump vite from 5.0.10 to 5.0.12 ([#13](https://github.com/nobkd/replace-maps/pull/13))
19+
- Use inkscape to convert svgs, leaflet-fullscreen to deps ([f531050](https://github.com/nobkd/replace-maps/commit/f531050))
20+
- Linting / formatting ([8746067](https://github.com/nobkd/replace-maps/commit/8746067))
21+
- **deps-dev:** Bump ip from 1.1.8 to 1.1.9 ([#14](https://github.com/nobkd/replace-maps/pull/14))
22+
- **deps-dev:** Bump vite from 5.0.12 to 5.0.13 ([#15](https://github.com/nobkd/replace-maps/pull/15))
23+
- **ci:** Use gh runner instead of self hosted ([a1f0383](https://github.com/nobkd/replace-maps/commit/a1f0383))
24+
- Use vitest until fetch can be mocked with bun etc. ([f6354bc](https://github.com/nobkd/replace-maps/commit/f6354bc))
25+
- Remove trash icon ([afba653](https://github.com/nobkd/replace-maps/commit/afba653))
26+
- Move ts to js ([51fb3b8](https://github.com/nobkd/replace-maps/commit/51fb3b8))
27+
- Fix scripts, drop chromium as ext doesn't work there ([4a37fe2](https://github.com/nobkd/replace-maps/commit/4a37fe2))
28+
- Fix script ([b5f9b82](https://github.com/nobkd/replace-maps/commit/b5f9b82))
29+
- Release script fixes ([4ab1f41](https://github.com/nobkd/replace-maps/commit/4ab1f41))
30+
31+
### ❤️ Contributors
32+
33+
- Nobkd ([@nobkd](http://github.com/nobkd))
34+
335
## v0.0.6
436

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

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

0 commit comments

Comments
 (0)