Skip to content

Commit 2c5122d

Browse files
committed
chore(release): 0.5.6
1 parent 047b4b9 commit 2c5122d

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

22

3+
## [0.5.6](https://github.com/agileago/vue3-oop/compare/v0.5.5...v0.5.6) (2022-04-18)
4+
5+
6+
### Bug Fixes
7+
8+
* 修复vuecomponent slots类型错误 ([047b4b9](https://github.com/agileago/vue3-oop/commit/047b4b95b266d45efa5bc8e916c92df6c6a6493d))
9+
310
## [0.5.5](https://github.com/agileago/vue3-oop/compare/v0.5.3...v0.5.5) (2022-04-15)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-oop",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
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)