Skip to content

Commit 140c5df

Browse files
chore: release version
1 parent 006ca67 commit 140c5df

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/fair-rabbits-double.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# vite-plugin-entrypoints
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 8d9a7a8: Update to Vite 5
8+
9+
This major version updates the development dependency Vite to version 5. From now on the plugin is only tested with Vite 5 or higher.
10+
11+
Please make sure to update your project to use an appropriate version of Vite.
12+
313
## 1.0.2
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-entrypoints",
33
"description": "Vite plugin to generate additional entry points for files matching glob patterns",
4-
"version": "1.0.2",
4+
"version": "2.0.0",
55
"keywords": [
66
"vite",
77
"plugin",

0 commit comments

Comments
 (0)