We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb9ad9 commit 250046bCopy full SHA for 250046b
CHANGELOG.md
@@ -1,4 +1,11 @@
1
-## [0.5.1](https://github.com/agileago/vue3-oop/compare/v0.3.2...v0.5.1) (2022-03-16)
+
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)
9
10
11
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "vue3-oop",
- "version": "0.5.1",
+ "version": "0.5.2",
"main": "dist/vue3-oop.cjs.js",
"module": "dist/vue3-oop.es.js",
"types": "types/index.d.ts",
0 commit comments