We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af0c9e commit fb0fe43Copy full SHA for fb0fe43
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## [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)]
4
+
5
+* Fix comment out of template, script and style ([#110](https://github.com/originjs/vue-codemod/pull/110))
6
7
## [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)
8
9
* Optimize layout of statistics report ([fab7e50](https://github.com/originjs/vue-codemod/commit/fab7e506831886c5facae4e26fc9feb65a09900d))
package.json
@@ -1,6 +1,6 @@
{
"name": "@originjs/vue-codemod",
- "version": "1.1.0-beta.1",
+ "version": "1.1.0-beta.2",
"description": "Vue codemod scripts",
"main": "dist/index.js",
"bin": "./dist/bin/vue-codemod.js",
0 commit comments