Skip to content

Commit 6befac1

Browse files
committed
release: 1.1.0-beta.1
1 parent 8bb9e72 commit 6befac1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# CHANGELOG
2+
3+
## [1.1.0-beta.1](https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.0...v1.1.0-beta.1) (2021-08-05)
4+
5+
* Optimize layout of statistics report ([fab7e50](https://github.com/originjs/vue-codemod/commit/fab7e506831886c5facae4e26fc9feb65a09900d))
6+
* Add auto release and publish scripts ([#109](https://github.com/originjs/vue-codemod/pull/109))
7+
8+
## [1.1.0-beta.0](https://github.com/originjs/vue-codemod/compare/v1.0.2...v1.1.0-beta.0) (2021-08-03)
9+
10+
* Refactor Vue transformation wrap funciton ([#73](https://github.com/originjs/vue-codemod/pull/73))
11+
12+
### Feature
13+
14+
* Add transformation report ([#74](https://github.com/originjs/vue-codemod/pull/74))
15+
* Add manual list ([#76](https://github.com/originjs/vue-codemod/pull/76))
16+
* Split const app from createApp().mount() ([#78](https://github.com/originjs/vue-codemod/pull/78))
17+
* Add transformation for element-ui ([#84](https://github.com/originjs/vue-codemod/pull/84)) ([#89](https://github.com/originjs/vue-codemod/pull/89)) ([#93](https://github.com/originjs/vue-codemod/pull/93)) ([#94](https://github.com/originjs/vue-codemod/pull/94)) ([#95](https://github.com/originjs/vue-codemod/pull/95)) ([#97](https://github.com/originjs/vue-codemod/pull/97)) ([#98](https://github.com/originjs/vue-codemod/pull/98))
18+
19+
### Bug Fixes
20+
21+
* Excluding files in node_modules and gitignore ([#100](https://github.com/originjs/vue-codemod/pull/100))
22+
* Avoiding repeated imported createRouter ([#101](https://github.com/originjs/vue-codemod/pull/101))
23+
* Undefined property error when dependencies doesn't exist in package.json ([#106](https://github.com/originjs/vue-codemod/pull/106))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@originjs/vue-codemod",
3-
"version": "1.1.0-beta.0",
3+
"version": "1.1.0-beta.1",
44
"description": "Vue codemod scripts",
55
"main": "dist/index.js",
66
"bin": "./dist/bin/vue-codemod.js",

0 commit comments

Comments
 (0)