Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Oct 31, 2024
1 parent 5bcc3f0 commit 0cba61e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/page-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# vite-plugin-page-html

## 3.0.0

### Major Changes 🎉

- feat: Improved type hints
- fix: Fixed entry matching issue
- fix: Compatible with version 5.x
- perf: Optimized code structure
2 changes: 1 addition & 1 deletion packages/page-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-page-html",
"version": "2.2.0",
"version": "3.0.0",
"description": "A simple and flexible Vite plugin for processing html, Support EJS and multi-page. 灵活处理html的Vite插件,支持EJS和多页应用。",
"type": "module",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 0cba61e

Please sign in to comment.