Skip to content

Commit 599485e

Browse files
committed
chore(release): 0.0.4
1 parent 7864b63 commit 599485e

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.0.4](https://github.com/a145789/vue3-script-to-setup/compare/v0.0.3...v0.0.4) (2022-12-20)
6+
7+
8+
### Bug Fixes
9+
10+
* rust & js unicode length inconsistency ([7864b63](https://github.com/a145789/vue3-script-to-setup/commit/7864b63cd9fdd9d5f3ca30f9cf8fa622b96c8ffd))
11+
512
### [0.0.3](https://github.com/a145789/vue3-script-to-setup/compare/v0.0.2...v0.0.3) (2022-12-19)
613

714
### [0.0.2](https://github.com/a145789/vue3-script-to-setup/compare/v0.0.1...v0.0.2) (2022-12-19)

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

0 commit comments

Comments
 (0)