# CHANGELOG

## [1.1.0](https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.3...v1.1.0) (2021-12-13)]

* Fix: change line terminator of dist files from CRLF to LF

## [1.1.0](https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.3...v1.1.0) (2021-12-13)]

## [1.1.0-beta.3](https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.2...v1.1.0-beta.3) (2021-09-13)]

* Fix: don't remove script setup block ([#112](https://github.com/originjs/vue-codemod/pull/112))

## [1.1.0-beta.2](https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.1...v1.1.0-beta.2) (2021-09-13)]

* Fix comment out of template, script and style ([#110](https://github.com/originjs/vue-codemod/pull/110))

## [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))