Skip to content

Commit e35897a

Browse files
committed
1.3.1
1 parent 0decd35 commit e35897a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.3.1](https://github.com/iamspark1e/vite-plugin-auto-mpa-html/compare/v1.3.0...v1.3.1) (2024-11-27)
2+
3+
4+
### Bug Fixes
5+
6+
* renderEngineOption should specify compile option and runtime option ([446d8d9](https://github.com/iamspark1e/vite-plugin-auto-mpa-html/commit/446d8d92e9347d98c162e5532532595552556e16))
7+
8+
9+
110
# [1.3.0](https://github.com/iamspark1e/vite-plugin-auto-mpa-html/compare/v1.2.0...v1.3.0) (2024-11-26)
211

312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-auto-mpa-html",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A file directory-based automated multi-page Vite plugin that supports HTML templates using Handlebars.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)