Skip to content

Commit eaf73ed

Browse files
committed
chore(release): 0.3.0
1 parent c6199ed commit eaf73ed

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
undefined
22

3+
# [0.3.0](https://github.com/agileago/vue3-oop/compare/v0.2.8...v0.3.0) (2022-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* vuecomponent类型错误 ([c6199ed](https://github.com/agileago/vue3-oop/commit/c6199ed9145ef3062ef58d6959fce61c037e9981))
9+
10+
11+
### Features
12+
13+
* 支持模板 ([9076d9c](https://github.com/agileago/vue3-oop/commit/9076d9ce92401bdc47e0bbbc6ed99c18e2ee0ebb))undefined
14+
315
## [0.2.9](https://github.com/agileago/vue3-oop/compare/v0.2.8...v0.2.9) (2022-03-11)
416

517

package.json

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