Skip to content

Commit 019e280

Browse files
committed
chore(release): 0.2.0
1 parent 0003cf4 commit 019e280

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.2.0](https://github.com/a145789/vue3-script-to-setup/compare/v0.1.5...v0.2.0) (2023-03-06)
6+
7+
8+
### Features
9+
10+
* exposing transformSfc transformScript to the outside ([7a10cb2](https://github.com/a145789/vue3-script-to-setup/commit/7a10cb2f1613e83d0d39cce26637fd46218f086a))
11+
* Improvement api ([c20d095](https://github.com/a145789/vue3-script-to-setup/commit/c20d095a14e27974cf5f62ee2891dc24c742938d))
12+
* **playground:** playground ([7456e49](https://github.com/a145789/vue3-script-to-setup/commit/7456e493ed5ade07f781d30ddabbd6d3aba398c0))
13+
* **playground:** playground base ([a39c99c](https://github.com/a145789/vue3-script-to-setup/commit/a39c99ce8170b7141e146284d44e58c5f6ef892b))
14+
515
### [0.1.5](https://github.com/a145789/vue3-script-to-setup/compare/v0.1.4...v0.1.5) (2023-01-04)
616

717

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.5",
4+
"version": "0.2.0",
55
"author": "clencat <[email protected]>",
66
"packageManager": "[email protected]",
77
"description": "transform your vue3 script to setup mode",

0 commit comments

Comments
 (0)