Skip to content

Commit 8b60eb0

Browse files
committed
v1.0.20
1 parent 1ca4f99 commit 8b60eb0

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.20](https://github.com/agileago/vue3-oop/compare/v1.0.19...v1.0.20) (2025-04-04)
2+
3+
4+
15
## [1.0.19](https://github.com/agileago/vue3-oop/compare/v1.0.18...v1.0.19) (2025-04-02)
26

37

@@ -472,18 +476,18 @@
472476
## [0.0.6](https://github.com/agileago/vue3-oop/compare/v0.0.5...v0.0.6) (2021-12-04)
473477

474478

475-
### Features
479+
### Bug Fixes
476480

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

479483

484+
### Features
480485

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

483488

484-
### Bug Fixes
485489

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

488492

489493

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-oop",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"packageManager": "[email protected]",
55
"engines": {
66
"pnpm": ">=9.0"
@@ -103,4 +103,4 @@
103103
"injection-js": "*",
104104
"vue": "3"
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)