Skip to content

Commit 3cfacd1

Browse files
committed
chore(release): 1.0.0
1 parent 0858f83 commit 3cfacd1

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

22

3+
# [1.0.0](https://github.com/agileago/vue3-oop/compare/v0.6.2...v1.0.0) (2022-08-17)
4+
5+
6+
### Features
7+
8+
* 删除 ProviderKey, 新增injectService ([0858f83](https://github.com/agileago/vue3-oop/commit/0858f83d0e72e1b9772ce139d2e5d7dd1d3953b2))
9+
310
## [0.6.2](https://github.com/agileago/vue3-oop/compare/v0.6.1...v0.6.2) (2022-08-10)
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.6.2",
3+
"version": "1.0.0",
44
"main": "dist/vue3-oop.js",
55
"module": "dist/vue3-oop.mjs",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)