Skip to content

Commit

Permalink
chore(release): v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jun 30, 2024
1 parent 4ab1f41 commit c6ba837
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## v0.0.7

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

### 🔥 Performance

- Migrate to bun (WIP) ([f064723](https://github.com/nobkd/replace-maps/commit/f064723))

### 🩹 Fixes

- Generate icons on the fly ([de11289](https://github.com/nobkd/replace-maps/commit/de11289))
- Const assignment, styles, scripts ([0e35f6d](https://github.com/nobkd/replace-maps/commit/0e35f6d))

### 🏡 Chore

- **deps-dev:** Bump vite from 5.0.10 to 5.0.12 ([#13](https://github.com/nobkd/replace-maps/pull/13))
- Use inkscape to convert svgs, leaflet-fullscreen to deps ([f531050](https://github.com/nobkd/replace-maps/commit/f531050))
- Linting / formatting ([8746067](https://github.com/nobkd/replace-maps/commit/8746067))
- **deps-dev:** Bump ip from 1.1.8 to 1.1.9 ([#14](https://github.com/nobkd/replace-maps/pull/14))
- **deps-dev:** Bump vite from 5.0.12 to 5.0.13 ([#15](https://github.com/nobkd/replace-maps/pull/15))
- **ci:** Use gh runner instead of self hosted ([a1f0383](https://github.com/nobkd/replace-maps/commit/a1f0383))
- Use vitest until fetch can be mocked with bun etc. ([f6354bc](https://github.com/nobkd/replace-maps/commit/f6354bc))
- Remove trash icon ([afba653](https://github.com/nobkd/replace-maps/commit/afba653))
- Move ts to js ([51fb3b8](https://github.com/nobkd/replace-maps/commit/51fb3b8))
- Fix scripts, drop chromium as ext doesn't work there ([4a37fe2](https://github.com/nobkd/replace-maps/commit/4a37fe2))
- Fix script ([b5f9b82](https://github.com/nobkd/replace-maps/commit/b5f9b82))
- Release script fixes ([4ab1f41](https://github.com/nobkd/replace-maps/commit/4ab1f41))

### ❤️ Contributors

- Nobkd ([@nobkd](http://github.com/nobkd))

## v0.0.6

[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.5...v0.0.6)
Expand Down
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.6",
"version": "0.0.7",
"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.6",
"version": "0.0.7",
"homepage_url": "https://github.com/nobkd/replace-maps",
"icons": {
"48": "icons/48-icon.png",
Expand Down

0 comments on commit c6ba837

Please sign in to comment.