diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f26b7a..01603bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.0.1](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v3.0.0...v3.0.1) (2024-06-03) + + +### Bug Fixes + +* **permission:** drop activetab ([3c2500e](https://github.com/sanemat/do-not-merge-wip-for-github/commit/3c2500edfe98a1aafb59017baaa39ec8949a9dc6)), closes [#364](https://github.com/sanemat/do-not-merge-wip-for-github/issues/364) + + + # [3.0.0](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v2.0.4...v3.0.0) (2024-06-01) ### Features diff --git a/app/manifest.json b/app/manifest.json index 0a37625..6565d69 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "3.0.0", + "version": "3.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { diff --git a/package-lock.json b/package-lock.json index 22caa05..5889aca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "do-not-merge-wip-for-github", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "do-not-merge-wip-for-github", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "devDependencies": { "conventional-changelog-cli": "^3.0.0", diff --git a/package.json b/package.json index f62b722..eaf39af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-not-merge-wip-for-github", - "version": "3.0.0", + "version": "3.0.1", "author": { "name": "sanemat", "email": "ogataken@gmail.com",