From d92be248b9c608aa5975f2fcb4341000663814d4 Mon Sep 17 00:00:00 2001 From: Chieffo2021 Date: Tue, 11 Jan 2022 15:32:58 +0800 Subject: [PATCH] release: 1.0.6 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa227d7..00a6b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [1.0.6](https://github.com/originjs/webpack-to-vite/compare/v1.0.1...v1.0.6) (2022-01-11) + + +### Bug Fixes + +* bump user dependencies version ([4cc9fef](https://github.com/originjs/webpack-to-vite/commit/4cc9fef5060756f37ea53eb16577ce8fb44780b2)) +* friendly error message ([812113e](https://github.com/originjs/webpack-to-vite/commit/812113e18d741904dab93933f9d120caf51d5732)) +* friendly error message ([6bd0158](https://github.com/originjs/webpack-to-vite/commit/6bd0158a0fb98feb7726268d1b606b36022a3fa5)) +* further resolve webpackConfig ([451ee13](https://github.com/originjs/webpack-to-vite/commit/451ee134f8b31009994010172e9ef2372708f8bc)) +* match 'index.html' file path ([#75](https://github.com/originjs/webpack-to-vite/issues/75)) ([1a46a3d](https://github.com/originjs/webpack-to-vite/commit/1a46a3d4dfc9dda2909e0d248d156ad919458b56)) +* update error message ([3b71ea1](https://github.com/originjs/webpack-to-vite/commit/3b71ea1a9f298d45427501ea2c318ff79a6af91b)) + + +### Features + +* bump vite & typescript version and migrate to vitest ([#78](https://github.com/originjs/webpack-to-vite/issues/78)) ([5afee3c](https://github.com/originjs/webpack-to-vite/commit/5afee3c26ea8df1d43f18ad7a68a2946779f6272)) +* print report sort by item.num ([#77](https://github.com/originjs/webpack-to-vite/issues/77)) ([e51260d](https://github.com/originjs/webpack-to-vite/commit/e51260d835778cbb1a77e62dfdd7e7ddc096f7cf)) + + + ## [1.0.5](https://github.com/originjs/webpack-to-vite/compare/v1.0.4...v1.0.5) (2021-12-14) diff --git a/package.json b/package.json index 5b8ca46..143c657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@originjs/webpack-to-vite", - "version": "1.0.5", + "version": "1.0.6", "description": "convert a webpack project to a vite project", "main": "dist/bin/index.js", "bin": {