From 7caa2a9ac4c06c318ba05af85c76ede21957b93f Mon Sep 17 00:00:00 2001 From: Chieffo Date: Tue, 14 Dec 2021 22:19:58 +0800 Subject: [PATCH] release: 1.0.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82483c9..75c69d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.0.4](https://github.com/originjs/webpack-to-vite/compare/v1.0.3...v1.0.4) (2021-12-14) + + +### Bug Fixes + +* bump user dependencies version ([6d1e80d](https://github.com/originjs/webpack-to-vite/commit/6d1e80de9d60042045b450e885d9ca21d74108d1)) +* friendly error message ([28a8db3](https://github.com/originjs/webpack-to-vite/commit/28a8db3870ae1f5c42640ee390eae54a183cc204)) + + + ## [1.0.3](https://github.com/originjs/webpack-to-vite/compare/v1.0.2...v1.0.3) (2021-12-14) diff --git a/package.json b/package.json index eb155a9..5f43b65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@originjs/webpack-to-vite", - "version": "1.0.3", + "version": "1.0.4", "description": "convert a webpack project to a vite project", "main": "dist/bin/index.js", "bin": {