Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jervis2049 committed Aug 18, 2023
1 parent 31d5ac9 commit 07ce643
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@


## 0.1.5 (2023-8-18)
+ fix: url for special characters in manifest name (#29) ([d0906a](https://github.com/Jervis2049/vite-plugin-crx-mv3/commit/d0906a)), closes [#29](https://github.com/Jervis2049/vite-plugin-crx-mv3/pull/29)
+ fix: `readFile` causes `emitFile` not to work, replace with `readFileSync` ([b8a683](https://github.com/Jervis2049/vite-plugin-crx-mv3/commit/b8a683))
+ fix: the `mkdir` method allows recursive creation of directories ([d605f88](https://github.com/Jervis2049/vite-plugin-crx-mv3/commit/d605f88))
+ perf: optimise content matching for chrome.scripting related APIs ([d519751](https://github.com/Jervis2049/vite-plugin-crx-mv3/commit/d519751))

## 0.1.4 (2023-8-10)
+ feat: support i18n (#27) ([e77867f](https://github.com/Jervis2049/vite-plugin-crx-mv3/commit/1bfcc91)), closes [#27](https://github.com/Jervis2049/vite-plugin-crx-mv3/issues/27)
Expand Down

0 comments on commit 07ce643

Please sign in to comment.