Skip to content

Commit 594452d

Browse files
committed
release: 1.1.1
1 parent 87a4eaf commit 594452d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [1.1.0](https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.3...v1.1.0) (2021-12-13)]
44

5+
* Fix: change line terminator of dist files from CRLF to LF
6+
7+
## [1.1.0](https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.3...v1.1.0) (2021-12-13)]
8+
59
## [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)]
610

711
* Fix: don't remove script setup block ([#112](https://github.com/originjs/vue-codemod/pull/112))

Diff for: 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",
3+
"version": "1.1.1",
44
"description": "Vue codemod scripts",
55
"main": "dist/index.js",
66
"bin": "./dist/bin/vue-codemod.js",

0 commit comments

Comments
 (0)