Skip to content

Commit 87a4eaf

Browse files
committed
release: 1.1.0
1 parent 52b1f32 commit 87a4eaf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG
22

3+
## [1.1.0](https://github.com/originjs/vue-codemod/compare/v1.1.0-beta.3...v1.1.0) (2021-12-13)]
4+
35
## [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)]
46

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

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

0 commit comments

Comments
 (0)