diff --git a/.changeset/fair-rabbits-double.md b/.changeset/fair-rabbits-double.md deleted file mode 100644 index 2d82187..0000000 --- a/.changeset/fair-rabbits-double.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'vite-plugin-entrypoints': major ---- - -Update to Vite 5 - -This major version updates the development dependency Vite to version 5. From now on the plugin is only tested with Vite 5 or higher. - -Please make sure to update your project to use an appropriate version of Vite. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a581a9..458cb9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # vite-plugin-entrypoints +## 2.0.0 + +### Major Changes + +- 8d9a7a8: Update to Vite 5 + + This major version updates the development dependency Vite to version 5. From now on the plugin is only tested with Vite 5 or higher. + + Please make sure to update your project to use an appropriate version of Vite. + ## 1.0.2 ### Patch Changes diff --git a/package.json b/package.json index 02f1fc0..77b0bdf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-entrypoints", "description": "Vite plugin to generate additional entry points for files matching glob patterns", - "version": "1.0.2", + "version": "2.0.0", "keywords": [ "vite", "plugin",