Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Nov 1, 2024
1 parent 0d11974 commit 7f93b08
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion packages/page-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# vite-plugin-page-html

## 3.0.1

### Patch Changes 🌟

- fix: Base configuration error in development environment
- docs: Update README

## 3.0.0

### Major Changes 🎉

- feat: Improved type hints
- fix: Fixed entry matching issue
- fix: Compatible with version 5.x
- perf: Optimized code structure
- perf: Optimized code structure
10 changes: 5 additions & 5 deletions 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": "3.0.0",
"version": "3.0.1",
"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 Expand Up @@ -38,10 +38,10 @@
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/Marinerer/vite-plugins",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7f93b08

Please sign in to comment.