diff --git a/CHANGELOG.md b/CHANGELOG.md index b61eb36..5e43f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ Summary 5. version timestamp follow the yyyy.MM.dd format ``` +## 0.8.4 [2023.03.23] + +- merge: merge pull requests + ## 0.8.3 [2023.03.09] - fix: template vanilla-js initial error(remove `@vitejs/plugin-react` dependency) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c71f632..9ab1dd8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "create-chrome-ext", - "version": "0.8.3", + "version": "0.8.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "create-chrome-ext", - "version": "0.8.3", + "version": "0.8.4", "license": "MIT", "dependencies": { "kolorist": "^1.5.1", diff --git a/package.json b/package.json index ab90590..3557212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-chrome-ext", - "version": "0.8.3", + "version": "0.8.4", "type": "module", "description": "Scaffolding your chrome extension, multiple boilerplates supported!", "author": "yalda",