Skip to content

Commit 7a2fff8

Browse files
committed
release: 1.1.1
1 parent 1ee4810 commit 7a2fff8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.1.1](https://github.com/originjs/webpack-to-vite/compare/v1.1.0...v1.1.1) (2022-04-12)
2+
3+
4+
### Bug Fixes
5+
6+
* incorrect regexp ([#92](https://github.com/originjs/webpack-to-vite/issues/92)) ([901eee8](https://github.com/originjs/webpack-to-vite/commit/901eee8a37cc5176263f8e15e23edef63e9603e9))
7+
* upgrade dep ([#95](https://github.com/originjs/webpack-to-vite/issues/95)) ([1ee4810](https://github.com/originjs/webpack-to-vite/commit/1ee481070136559ec658b58100bbbc7c93f4f7f7))
8+
9+
10+
111
# [1.1.0](https://github.com/originjs/webpack-to-vite/compare/v1.0.6...v1.1.0) (2022-02-17)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@originjs/webpack-to-vite",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "convert a webpack project to a vite project",
55
"main": "dist/bin/index.js",
66
"bin": {

0 commit comments

Comments
 (0)