Skip to content

Commit

Permalink
release: 1.1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanscut committed Sep 14, 2021
1 parent f26315a commit 52b1f32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## [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)]

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

## [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)]

* Fix comment out of template, script and style ([#110](https://github.com/originjs/vue-codemod/pull/110))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@originjs/vue-codemod",
"version": "1.1.0-beta.2",
"version": "1.1.0-beta.3",
"description": "Vue codemod scripts",
"main": "dist/index.js",
"bin": "./dist/bin/vue-codemod.js",
Expand Down

0 comments on commit 52b1f32

Please sign in to comment.