Skip to content

Commit 22a6874

Browse files
committed
chore(release): 0.5.1
1 parent cf72462 commit 22a6874

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
undefined
22

3+
## [0.5.1](https://github.com/agileago/vue3-oop/compare/v0.3.2...v0.5.1) (2022-03-16)
4+
5+
6+
### Features
7+
8+
* 增加useForwardRef ([13cafd4](https://github.com/agileago/vue3-oop/commit/13cafd4c47dcb937919375d2631a53c840f77c9a))undefined
9+
310
# [0.5.0](https://github.com/agileago/vue3-oop/compare/v0.3.1...v0.5.0) (2022-03-16)
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.0",
3+
"version": "0.5.1",
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)