Skip to content

Commit

Permalink
release: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chieffo2021 committed Apr 12, 2022
1 parent 1ee4810 commit 7a2fff8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.1.1](https://github.com/originjs/webpack-to-vite/compare/v1.1.0...v1.1.1) (2022-04-12)


### Bug Fixes

* incorrect regexp ([#92](https://github.com/originjs/webpack-to-vite/issues/92)) ([901eee8](https://github.com/originjs/webpack-to-vite/commit/901eee8a37cc5176263f8e15e23edef63e9603e9))
* upgrade dep ([#95](https://github.com/originjs/webpack-to-vite/issues/95)) ([1ee4810](https://github.com/originjs/webpack-to-vite/commit/1ee481070136559ec658b58100bbbc7c93f4f7f7))



# [1.1.0](https://github.com/originjs/webpack-to-vite/compare/v1.0.6...v1.1.0) (2022-02-17)


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.1.0",
"version": "1.1.1",
"description": "convert a webpack project to a vite project",
"main": "dist/bin/index.js",
"bin": {
Expand Down

0 comments on commit 7a2fff8

Please sign in to comment.