Skip to content

Commit ea5542d

Browse files
committed
v1.1.0
1 parent 2669347 commit ea5542d

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
## [1.0.21](https://github.com/agileago/vue3-oop/compare/v1.0.20...v1.0.21) (2025-04-04)
1+
# [1.1.0](https://github.com/agileago/vue3-oop/compare/v1.0.21...v1.1.0) (2025-05-12)
2+
3+
4+
### Bug Fixes
5+
6+
* watch不生效 ([2669347](https://github.com/agileago/vue3-oop/commit/266934753d9732216cf0c0967ffaf8865eb1b2c6))
27

38

49

5-
## [1.0.20](https://github.com/agileago/vue3-oop/compare/v1.0.19...v1.0.20) (2025-04-04)
10+
## [1.0.21](https://github.com/agileago/vue3-oop/compare/v1.0.19...v1.0.21) (2025-04-04)
611

712

813

@@ -480,11 +485,6 @@
480485
## [0.0.6](https://github.com/agileago/vue3-oop/compare/v0.0.5...v0.0.6) (2021-12-04)
481486

482487

483-
### Bug Fixes
484-
485-
* **模块一:** 更改readme ([94cb61c](https://github.com/agileago/vue3-oop/commit/94cb61c685f1b567f407104a9c6921cbf151b897))
486-
487-
488488
### Features
489489

490490
* 增加app获取 ([22d2c31](https://github.com/agileago/vue3-oop/commit/22d2c31e5a1e3fc87c8a8d8627933dff3512e50d))
@@ -494,6 +494,11 @@
494494
## [0.0.3](https://github.com/agileago/vue3-oop/compare/v0.0.2...v0.0.3) (2021-11-09)
495495

496496

497+
### Bug Fixes
498+
499+
* **模块一:** 更改readme ([94cb61c](https://github.com/agileago/vue3-oop/commit/94cb61c685f1b567f407104a9c6921cbf151b897))
500+
501+
497502

498503
## [0.0.2](https://github.com/agileago/vue3-oop/compare/553c9af87443170387ae04852cfee4891e2db2ab...v0.0.2) (2021-11-09)
499504

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.0.21",
3+
"version": "1.1.0",
44
"packageManager": "pnpm@9.1.1",
55
"engines": {
66
"pnpm": ">=9.0"

0 commit comments

Comments
 (0)