Skip to content

Commit d47ecf2

Browse files
committed
chore(release): v0.0.6
1 parent 7a3f03e commit d47ecf2

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed

CHANGELOG.md

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

3+
## v0.0.6
4+
5+
[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.5...v0.0.6)
6+
7+
### 🚀 Enhancements
8+
9+
- Map fullscreen control & m/ft scale ([bd8e5d3](https://github.com/nobkd/replace-maps/commit/bd8e5d3))
10+
11+
### 📖 Documentation
12+
13+
- Add firefox extension badge ([39ce782](https://github.com/nobkd/replace-maps/commit/39ce782))
14+
- Update known issues section ([3f5a806](https://github.com/nobkd/replace-maps/commit/3f5a806))
15+
- Revert changing icon link ([ec0ce0d](https://github.com/nobkd/replace-maps/commit/ec0ce0d))
16+
- Add issue to known issues ([e0df8a4](https://github.com/nobkd/replace-maps/commit/e0df8a4))
17+
- **readme:** Add badges ([cf7014b](https://github.com/nobkd/replace-maps/commit/cf7014b))
18+
19+
### 🏡 Chore
20+
21+
- Rename action step, disable release note ([cf438de](https://github.com/nobkd/replace-maps/commit/cf438de))
22+
- Set size of ff ext badge ([f082b1b](https://github.com/nobkd/replace-maps/commit/f082b1b))
23+
- Add license field to publish script ([ac6192e](https://github.com/nobkd/replace-maps/commit/ac6192e))
24+
- Update alt text of get ff add-on badge ([3c16b54](https://github.com/nobkd/replace-maps/commit/3c16b54))
25+
- Rename bundle action step ([0cae3dd](https://github.com/nobkd/replace-maps/commit/0cae3dd))
26+
- Add todos ([86436e0](https://github.com/nobkd/replace-maps/commit/86436e0))
27+
- Moving towars better release-it integration ([3903a8f](https://github.com/nobkd/replace-maps/commit/3903a8f))
28+
- Update gitignore ([966b009](https://github.com/nobkd/replace-maps/commit/966b009))
29+
- Simplify release ([9f50f97](https://github.com/nobkd/replace-maps/commit/9f50f97))
30+
- Lint ([6f2c77d](https://github.com/nobkd/replace-maps/commit/6f2c77d))
31+
- **deps-dev:** Bump vite from 5.0.2 to 5.0.5 ([#11](https://github.com/nobkd/replace-maps/pull/11))
32+
- Comment out unused code ([b3eefc0](https://github.com/nobkd/replace-maps/commit/b3eefc0))
33+
- Test build run to check if working on release ([8744292](https://github.com/nobkd/replace-maps/commit/8744292))
34+
- WIP use release body as release notes ([7a3f03e](https://github.com/nobkd/replace-maps/commit/7a3f03e))
35+
36+
### ❤️ Contributors
37+
38+
- Nobkd
39+
340
## v0.0.5
441

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

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

0 commit comments

Comments
 (0)