Skip to content

Commit 96f1100

Browse files
committed
chore(release): 0.0.11
1 parent 8a88a32 commit 96f1100

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.11](https://github.com/agileago/vue3-oop/compare/v0.0.10...v0.0.11) (2021-12-09)
6+
7+
8+
### Bug Fixes
9+
10+
* 修复类型路径@导致vscode无法识别 ([8a88a32](https://github.com/agileago/vue3-oop/commit/8a88a3206913a0728d406c457056dad2a6ccc80d))
11+
512
### [0.0.10](https://github.com/agileago/vue3-oop/compare/v0.0.9...v0.0.10) (2021-12-09)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-oop",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"main": "dist/vue3-oop.cjs.js",
55
"module": "dist/vue3-oop.es.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)