From 75efe15f329daf5b0e7c30a49d3a78e6d05bb568 Mon Sep 17 00:00:00 2001 From: nobkd <44443899+nobkd@users.noreply.github.com> Date: Tue, 3 Oct 2023 19:03:30 +0200 Subject: [PATCH] chore(release): release v0.0.4 --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- public/manifest.json | 2 +- 4 files changed, 42 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b118d49..83cdc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 0c2bc13..565d008 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "replace_maps", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "replace_maps", - "version": "0.0.3", + "version": "0.0.4", "license": "MPL-2.0", "dependencies": { "leaflet": "^1.9.4" diff --git a/package.json b/package.json index ae0fa5f..c034329 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/manifest.json b/public/manifest.json index 4c44ed5..09d7da6 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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",