diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b7987..44d75cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.0.3](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v2.0.2...v2.0.3) (2023-04-02) + + + ## [2.0.2](https://github.com/sanemat/do-not-merge-wip-for-github/compare/v2.0.1...v2.0.2) (2023-04-02) diff --git a/app/manifest.json b/app/manifest.json index 9741b7e..93fff75 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "2.0.2", + "version": "2.0.3", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { diff --git a/package-lock.json b/package-lock.json index aca2a41..9d65dd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "do-not-merge-wip-for-github", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "do-not-merge-wip-for-github", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "devDependencies": { "conventional-changelog-cli": "^2.2.2", diff --git a/package.json b/package.json index a1d70db..f1e3210 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-not-merge-wip-for-github", - "version": "2.0.2", + "version": "2.0.3", "author": { "name": "sanemat", "email": "ogataken@gmail.com",