Skip to content

Commit 2ae8e9d

Browse files
committed
chore(release): 0.5.9
1 parent ce14cd3 commit 2ae8e9d

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.5.9](https://github.com/agileago/vue3-oop/compare/v0.5.8...v0.5.9) (2022-06-16)
4+
5+
6+
### Features
7+
8+
* 支持异步组件,组件内增加init初始化方法 ([ce14cd3](https://github.com/agileago/vue3-oop/commit/ce14cd383f0f07cbbaace1a6e3566e2fc7cd2ac8))
9+
310
## [0.5.8](https://github.com/agileago/vue3-oop/compare/v0.5.7...v0.5.8) (2022-04-26)
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.8",
3+
"version": "0.5.9",
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)