We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a4eaf commit 594452dCopy full SHA for 594452d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [1.1.0](https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.3...v1.1.0) (2021-12-13)]
4
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
9
## [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)]
10
11
* Fix: don't remove script setup block ([#112](https://github.com/originjs/vue-codemod/pull/112))
package.json
@@ -1,6 +1,6 @@
1
{
"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",
0 commit comments