Skip to content

Commit

Permalink
release: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiecong committed May 5, 2023
1 parent 28117f3 commit 9fc3177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.2 (2023-5-5)
+ fix: production build never ends. (#14) ([28117f](https://github.com/Jervis2049/vite-plugin-crx-mv3/commit/28117f)), closes [#17](https://github.com/Jervis2049/vite-plugin-crx-mv3/issues/17)

## 0.1.1 (2023-4-10)
+ fix: background.type should not be ignored in manifest.json (#14) ([845150d](https://github.com/Jervis2049/vite-plugin-crx-mv3/commit/845150d)), closes [#14](https://github.com/Jervis2049/vite-plugin-crx-mv3/issues/14)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-crx-mv3",
"version": "0.1.1",
"version": "0.1.2",
"description": "Build a Chrome Extension with Vite.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 9fc3177

Please sign in to comment.