Skip to content

Commit

Permalink
release: 1.1.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanscut committed Aug 5, 2021
1 parent 8bb9e72 commit 6befac1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# CHANGELOG

## [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)

* Optimize layout of statistics report ([fab7e50](https://github.com/originjs/vue-codemod/commit/fab7e506831886c5facae4e26fc9feb65a09900d))
* Add auto release and publish scripts ([#109](https://github.com/originjs/vue-codemod/pull/109))

## [1.1.0-beta.0](https://github.com/originjs/vue-codemod/compare/v1.0.2...v1.1.0-beta.0) (2021-08-03)

* Refactor Vue transformation wrap funciton ([#73](https://github.com/originjs/vue-codemod/pull/73))

### Feature

* Add transformation report ([#74](https://github.com/originjs/vue-codemod/pull/74))
* Add manual list ([#76](https://github.com/originjs/vue-codemod/pull/76))
* Split const app from createApp().mount() ([#78](https://github.com/originjs/vue-codemod/pull/78))
* 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))

### Bug Fixes

* Excluding files in node_modules and gitignore ([#100](https://github.com/originjs/vue-codemod/pull/100))
* Avoiding repeated imported createRouter ([#101](https://github.com/originjs/vue-codemod/pull/101))
* Undefined property error when dependencies doesn't exist in package.json ([#106](https://github.com/originjs/vue-codemod/pull/106))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@originjs/vue-codemod",
"version": "1.1.0-beta.0",
"version": "1.1.0-beta.1",
"description": "Vue codemod scripts",
"main": "dist/index.js",
"bin": "./dist/bin/vue-codemod.js",
Expand Down

0 comments on commit 6befac1

Please sign in to comment.