Skip to content

Commit 6368f7f

Browse files
committed
chore(release): 0.6.0
1 parent 9139b42 commit 6368f7f

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
@@ -1,5 +1,12 @@
11

22

3+
# [0.6.0](https://github.com/agileago/vue3-oop/compare/v0.5.9...v0.6.0) (2022-06-27)
4+
5+
6+
### Features
7+
8+
* 支持多重组件继承,修改异步组件的定义 ([9139b42](https://github.com/agileago/vue3-oop/commit/9139b428bb625a9fa77d5c1ba63f72c4e8172195))
9+
310
## [0.5.9](https://github.com/agileago/vue3-oop/compare/v0.5.8...v0.5.9) (2022-06-16)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-oop",
3-
"version": "0.5.9",
3+
"version": "0.6.0",
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)