Skip to content

Commit 27f24e8

Browse files
committed
chore(release): 1.0.6
1 parent 947a107 commit 27f24e8

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.6](https://github.com/agileago/vue3-oop/compare/v1.0.5...v1.0.6) (2023-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* 调整package.json导出配置,解决vue-tsc类型报错 ([947a107](https://github.com/agileago/vue3-oop/commit/947a10710981cf5b3b6eb79fefd88d1bdb5054cb))
9+
310
## [1.0.5](https://github.com/agileago/vue3-oop/compare/v1.0.4...v1.0.5) (2023-08-29)
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": "1.0.5",
3+
"version": "1.0.6",
44
"main": "dist/vue3-oop.js",
55
"module": "dist/vue3-oop.mjs",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)