We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b1f32 commit 87a4eafCopy full SHA for 87a4eaf
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
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
## [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)]
6
7
* Fix: don't remove script setup block ([#112](https://github.com/originjs/vue-codemod/pull/112))
package.json
@@ -1,6 +1,6 @@
{
"name": "@originjs/vue-codemod",
- "version": "1.1.0-beta.3",
+ "version": "1.1.0",
"description": "Vue codemod scripts",
"main": "dist/index.js",
"bin": "./dist/bin/vue-codemod.js",
0 commit comments