diff --git a/CHANGELOG.md b/CHANGELOG.md index efb78d3..ec8432a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.1.0-alpha.2](https://github.com/iamspark1e/vite-plugin-auto-mpa-html/compare/v1.1.0-alpha.1...v1.1.0-alpha.2) (2023-10-17) + + +### Features + +* add `pageConfigGenerator` so you can use pluginOptions even in page config ([1648493](https://github.com/iamspark1e/vite-plugin-auto-mpa-html/commit/16484936c5f5ebdf41fbdc68b646cec869ee77fc)) + + + # [1.1.0-alpha.1](https://github.com/iamspark1e/vite-plugin-auto-mpa-html/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2023-10-07) diff --git a/package-lock.json b/package-lock.json index 5134b2f..b3bc025 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-plugin-auto-mpa-html", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-plugin-auto-mpa-html", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "license": "MIT", "dependencies": { "ejs": "^3.1.8", diff --git a/package.json b/package.json index e61b1a2..18dff67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-auto-mpa-html", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "description": "A file directory-based automated multi-page Vite plugin that supports HTML templates using EJS.", "main": "./dist/index.js", "module": "./dist/index.mjs",