Skip to content

Commit

Permalink
chore(release): release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Oct 3, 2023
1 parent 3bc87d6 commit 75efe15
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## v0.0.4

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

### 🚀 Enhancements

- Add publish script, rename to replace_maps ([1682087](https://github.com/nobkd/replace-maps/commit/1682087))

### 🩹 Fixes

- **actions:** Don't cancel in progress ([e393a92](https://github.com/nobkd/replace-maps/commit/e393a92))
- Bump script ([8f7120a](https://github.com/nobkd/replace-maps/commit/8f7120a))

### 📖 Documentation

- Update package.json description ([8169d25](https://github.com/nobkd/replace-maps/commit/8169d25))
- Add known issues section ([cf38521](https://github.com/nobkd/replace-maps/commit/cf38521))

### 🏡 Chore

- Fix changelogen script ([2b43d71](https://github.com/nobkd/replace-maps/commit/2b43d71))
- Update LICENSE ([144661d](https://github.com/nobkd/replace-maps/commit/144661d))
- Update license ([d84ed73](https://github.com/nobkd/replace-maps/commit/d84ed73))
- Update dev script ([9c6a0ec](https://github.com/nobkd/replace-maps/commit/9c6a0ec))
- Drop husky and git hooks ([4b6e8ee](https://github.com/nobkd/replace-maps/commit/4b6e8ee))
- Fix manifesat description ([45399b1](https://github.com/nobkd/replace-maps/commit/45399b1))
- Drop lint and test from publish script ([f11cde9](https://github.com/nobkd/replace-maps/commit/f11cde9))
- Update manifest description ([d7a00b1](https://github.com/nobkd/replace-maps/commit/d7a00b1))
- Remove --ignore-scripts flag ([8bba9d6](https://github.com/nobkd/replace-maps/commit/8bba9d6))
- Add todo ([de0bad7](https://github.com/nobkd/replace-maps/commit/de0bad7))
- Use tag name ([6b38178](https://github.com/nobkd/replace-maps/commit/6b38178))
- Add debug script ([286580c](https://github.com/nobkd/replace-maps/commit/286580c))
- Drop debug script ([3bc87d6](https://github.com/nobkd/replace-maps/commit/3bc87d6))

### ❤️ Contributors

- Nobkd

## v0.0.3

[compare changes](https://github.com/nobkd/replace-maps/compare/v0.0.2...v0.0.3)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3",
"version": "0.0.4",
"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.3",
"version": "0.0.4",
"homepage_url": "https://github.com/nobkd/replace-maps",
"icons": {
"48": "icons/48.png",
Expand Down

0 comments on commit 75efe15

Please sign in to comment.