Skip to content

Commit 5160858

Browse files
committed
chore(release): 0.1.5
1 parent 4a12a74 commit 5160858

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.5](https://github.com/a145789/vue3-script-to-setup/compare/v0.1.4...v0.1.5) (2023-01-04)
6+
7+
8+
### Bug Fixes
9+
10+
* span calculation error in multi-file mode ([6f39c09](https://github.com/a145789/vue3-script-to-setup/commit/6f39c09922067f5cf1d23494c67caee2ead7f553))
11+
512
### [0.1.4](https://github.com/a145789/vue3-script-to-setup/compare/v0.1.3...v0.1.4) (2023-01-03)
613

714

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.1.4",
4+
"version": "0.1.5",
55
"author": "clencat <2091927351@qq.com>",
66
"packageManager": "pnpm@7.12.0",
77
"description": "transform your vue3 script to setup mode",

0 commit comments

Comments
 (0)