Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chieffo2021 committed Feb 17, 2022
1 parent 302c813 commit 3bf46f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.1.0](https://github.com/originjs/webpack-to-vite/compare/v1.0.6...v1.1.0) (2022-02-17)


### Bug Fixes

* do not modify the version of @vue/compiler-sfc if it exists ([97ce233](https://github.com/originjs/webpack-to-vite/commit/97ce233c6d95180da6c439651640f447b0e19c4f))


### Features

* conversion of EntryFileName and ChunkFileName ([#86](https://github.com/originjs/webpack-to-vite/issues/86)) ([d23a0ed](https://github.com/originjs/webpack-to-vite/commit/d23a0ed2d68d9207708c8981d48c894369376be5))
* conversion of html generated by html-webpack-plugin ([#88](https://github.com/originjs/webpack-to-vite/issues/88)) ([302c813](https://github.com/originjs/webpack-to-vite/commit/302c813b8af3859134ef2186d0d6437eb3f2c90e))
* convert webpack entries ([#85](https://github.com/originjs/webpack-to-vite/issues/85)) ([4f2ee52](https://github.com/originjs/webpack-to-vite/commit/4f2ee522f751fa93563557d3c684e618693fe4de))
* make sure dependencies have been installed before conversion ([#80](https://github.com/originjs/webpack-to-vite/issues/80)) ([df214e0](https://github.com/originjs/webpack-to-vite/commit/df214e0bd15cc2d6ce4ae97711b2de58a6ef731c))



## [1.0.6](https://github.com/originjs/webpack-to-vite/compare/v1.0.1...v1.0.6) (2022-01-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@originjs/webpack-to-vite",
"version": "1.0.6",
"version": "1.1.0",
"description": "convert a webpack project to a vite project",
"main": "dist/bin/index.js",
"bin": {
Expand Down

0 comments on commit 3bf46f0

Please sign in to comment.