Skip to content

Commit fb0fe43

Browse files
committed
release: 1.1.0-beta.2
1 parent 4af0c9e commit fb0fe43

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

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+
37
## [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)
48

59
* Optimize layout of statistics report ([fab7e50](https://github.com/originjs/vue-codemod/commit/fab7e506831886c5facae4e26fc9feb65a09900d))

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

0 commit comments

Comments
 (0)