Skip to content

Commit b5beead

Browse files
committed
chore(release): 0.0.2
1 parent 4e72dae commit b5beead

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.0.2](https://github.com/a145789/vue3-script-to-setup/compare/v0.0.1...v0.0.2) (2022-12-19)
6+
7+
8+
### Features
9+
10+
* rewrite transform ([a5348af](https://github.com/a145789/vue3-script-to-setup/commit/a5348af30b03f6331172c676e728464b6665af19))
11+
* use magic string transform code ([b8e8eba](https://github.com/a145789/vue3-script-to-setup/commit/b8e8ebaf4a58ad82a720d4c3b18a15235743f643))
12+
513
### 0.0.1 (2022-12-13)
614

715

package.json

Lines changed: 1 addition & 1 deletion
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.0.1",
4+
"version": "0.0.2",
55
"author": "clencat <[email protected]>",
66
"packageManager": "[email protected]",
77
"description": "transform your vue3 script to setup mode",

0 commit comments

Comments
 (0)