We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b619fde commit 898798dCopy full SHA for 898798d
packages/vanilla/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# vite-plugin-vanilla
2
3
+## 2.0.0
4
+
5
+### Breaking Changes 🚨
6
7
+- feat: Refactor PluginOptions configurations & Support exclude pattern (#6)
8
9
## 1.1.1
10
11
### Patch Changes 🌟
packages/vanilla/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-vanilla",
- "version": "1.1.1",
+ "version": "2.0.0",
"description": "Vanilla multi-page web development mode based on Vite.",
"type": "module",
"main": "./dist/index.js",
0 commit comments