Skip to content

Commit 839a04c

Browse files
committed
chore(release): 0.0.10
1 parent 43ebfb9 commit 839a04c

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.10](https://github.com/agileago/vue3-oop/compare/v0.0.9...v0.0.10) (2021-12-09)
6+
7+
8+
### Features
9+
10+
* 属性支持数组形式,并给与类型提示 ([d9b4856](https://github.com/agileago/vue3-oop/commit/d9b4856031b72c364904f48a545faf1be00d010c))
11+
512
### [0.0.9](https://github.com/agileago/vue3-oop/compare/v0.0.8...v0.0.9) (2021-12-09)
613

714
### [0.0.8](https://github.com/agileago/vue3-oop/compare/v0.0.7...v0.0.8) (2021-12-09)

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.9",
3+
"version": "0.0.10",
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)