Skip to content

Commit 250046b

Browse files
committed
chore(release): 0.5.2
1 parent aeb9ad9 commit 250046b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
## [0.5.1](https://github.com/agileago/vue3-oop/compare/v0.3.2...v0.5.1) (2022-03-16)
1+
2+
3+
## [0.5.2](https://github.com/agileago/vue3-oop/compare/v0.5.1...v0.5.2) (2022-03-23)
4+
5+
6+
### Features
7+
8+
* 增加vue实例的方法 ([aeb9ad9](https://github.com/agileago/vue3-oop/commit/aeb9ad9a82d090e2568c6db564d33c69246f7723))## [0.5.1](https://github.com/agileago/vue3-oop/compare/v0.3.2...v0.5.1) (2022-03-16)
29

310

411
### Features

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