Skip to content

Commit 64d8107

Browse files
committed
v1.2.1
1 parent 5a6b4d3 commit 64d8107

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.2.1](https://github.com/agileago/vue3-oop/compare/v1.2.0...v1.2.1) (2025-06-20)
2+
3+
4+
15
# [1.2.0](https://github.com/agileago/vue3-oop/compare/v1.1.2...v1.2.0) (2025-06-05)
26

37

@@ -324,8 +328,8 @@
324328

325329
### Features
326330

327-
* 增加getCurrentInjector,在外部服务中获取注射器 ([e601189](https://github.com/agileago/vue3-oop/commit/e60118962c205c484fdfe3625892b2cff9d60eb3))
328331
* 更新版本以及类型 ([c00d67c](https://github.com/agileago/vue3-oop/commit/c00d67c23d7c8efefefe95283fcd6afdb7c7d743))
332+
* 增加getCurrentInjector,在外部服务中获取注射器 ([e601189](https://github.com/agileago/vue3-oop/commit/e60118962c205c484fdfe3625892b2cff9d60eb3))
329333

330334

331335

@@ -334,8 +338,8 @@
334338

335339
### Features
336340

337-
* expose $ alias getCurrentInstance ([7438234](https://github.com/agileago/vue3-oop/commit/743823473a4f7603d907a611f132014b4c0fc8ca))
338341
* 依赖进行缓存,提高性能 ([fcf9969](https://github.com/agileago/vue3-oop/commit/fcf99693aec79cfc346eaec5466d4579d61ad030))
342+
* expose $ alias getCurrentInstance ([7438234](https://github.com/agileago/vue3-oop/commit/743823473a4f7603d907a611f132014b4c0fc8ca))
339343

340344

341345

@@ -512,18 +516,18 @@
512516
## [0.0.6](https://github.com/agileago/vue3-oop/compare/v0.0.5...v0.0.6) (2021-12-04)
513517

514518

515-
### Features
519+
### Bug Fixes
516520

517-
* 增加app获取 ([22d2c31](https://github.com/agileago/vue3-oop/commit/22d2c31e5a1e3fc87c8a8d8627933dff3512e50d))
521+
* **模块一:** 更改readme ([94cb61c](https://github.com/agileago/vue3-oop/commit/94cb61c685f1b567f407104a9c6921cbf151b897))
518522

519523

524+
### Features
520525

521-
## [0.0.3](https://github.com/agileago/vue3-oop/compare/v0.0.2...v0.0.3) (2021-11-09)
526+
* 增加app获取 ([22d2c31](https://github.com/agileago/vue3-oop/commit/22d2c31e5a1e3fc87c8a8d8627933dff3512e50d))
522527

523528

524-
### Bug Fixes
525529

526-
* **模块一:** 更改readme ([94cb61c](https://github.com/agileago/vue3-oop/commit/94cb61c685f1b567f407104a9c6921cbf151b897))
530+
## [0.0.3](https://github.com/agileago/vue3-oop/compare/v0.0.2...v0.0.3) (2021-11-09)
527531

528532

529533

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": "1.2.0",
3+
"version": "1.2.1",
44
"packageManager": "[email protected]",
55
"engines": {
66
"pnpm": ">=9.0"

0 commit comments

Comments
 (0)