From 754480e8c7be3c729992876bc8c91f15ab975f68 Mon Sep 17 00:00:00 2001 From: Tom Gao Date: Tue, 4 Jun 2024 19:07:59 +0800 Subject: [PATCH] chore: release v1.0.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",