Skip to content

Commit 25578a7

Browse files
committed
chore(release): 0.0.14
1 parent 5d69c59 commit 25578a7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.14](https://github.com/agileago/vue3-oop/compare/v0.0.12...v0.0.14) (2021-12-10)
6+
7+
8+
### Features
9+
10+
* update component type ([9debbad](https://github.com/agileago/vue3-oop/commit/9debbad2525291badddfc97669e07af794c04128))
11+
* update component type ([d124ec9](https://github.com/agileago/vue3-oop/commit/d124ec9c90590cc09e7b245b69895eeb6dd5d9df))
12+
13+
14+
### Bug Fixes
15+
16+
* 修复v-model类型 ([5d69c59](https://github.com/agileago/vue3-oop/commit/5d69c592fb158d881d48b26e1f1dd3b15fbe3f14))
17+
518
### [0.0.13](https://github.com/agileago/vue3-oop/compare/v0.0.12...v0.0.13) (2021-12-09)
619

720

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