diff --git a/.changeset/large-dogs-kiss.md b/.changeset/large-dogs-kiss.md deleted file mode 100644 index fa9ddb92b..000000000 --- a/.changeset/large-dogs-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@crxjs/vite-plugin': patch ---- - -Allow in content_scripts.matches section of manifest.json diff --git a/.changeset/olive-walls-change.md b/.changeset/olive-walls-change.md deleted file mode 100644 index 3529239d8..000000000 --- a/.changeset/olive-walls-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@crxjs/vite-plugin": patch ---- - -CRXJS isn't fully compatible with Vite 3 diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 59808d6ac..2d2c6a482 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @crxjs/vite-plugin +## 1.0.14 + +### Patch Changes + +- 01f8e37: Allow in content_scripts.matches section of manifest.json +- a65fe1f: CRXJS isn't fully compatible with Vite 3 + ## 1.0.13 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 25ea56a1d..a92f012a8 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@crxjs/vite-plugin", - "version": "1.0.13", + "version": "1.0.14", "description": "Build Chrome Extensions with this Vite plugin.", "keywords": [ "rollup-plugin",