Skip to content

Commit

Permalink
release: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanscut committed Dec 15, 2021
1 parent 87a4eaf commit 594452d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [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))
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/vue-codemod",
"version": "1.1.0",
"version": "1.1.1",
"description": "Vue codemod scripts",
"main": "dist/index.js",
"bin": "./dist/bin/vue-codemod.js",
Expand Down

0 comments on commit 594452d

Please sign in to comment.