diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb217c..b0f6a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.2](https://github.com/tomjs/vite-plugin-target/compare/v1.0.1...v1.0.2) (2024-06-04) + +- chore: change readme and examples [063a903](https://github.com/tomjs/vite-plugin-target/commit/063a903) + ## [1.0.1](https://github.com/tomjs/vite-plugin-target/compare/v1.0.0...v1.0.1) (2024-06-04) - fix: repository url [d37c90d](https://github.com/tomjs/vite-plugin-target/commit/d37c90d) diff --git a/package.json b/package.json index e03c52c..d2366d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tomjs/vite-plugin-target", - "version": "1.0.1", + "version": "1.0.2", "description": "Make Vite support Electron, Node.js, etc.", "main": "./index.js", "module": "./index.mjs",