Skip to content

Commit 86215c7

Browse files
committed
chore(release): 0.1.3
1 parent 341649b commit 86215c7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.1.3](https://github.com/a145789/vue3-script-to-setup/compare/v0.1.2...v0.1.3) (2022-12-30)
6+
7+
8+
### Features
9+
10+
* optimize skipping the unwanted transform file prompt ([341649b](https://github.com/a145789/vue3-script-to-setup/commit/341649b4b5cc43156cf45c9c5705865e50cecda9))
11+
512
### [0.1.2](https://github.com/a145789/vue3-script-to-setup/compare/v0.1.1...v0.1.2) (2022-12-26)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue3-script-to-setup",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"author": "clencat <[email protected]>",
66
"packageManager": "[email protected]",
77
"description": "transform your vue3 script to setup mode",

0 commit comments

Comments
 (0)