Skip to content

Commit c56fd9a

Browse files
committed
release: vue-class-setup@1.1.8
1 parent 3678e4f commit c56fd9a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.8
2+
3+
- fix: Set props default error
14
## 1.1.7
25

36
- docs: Optimize document picture capitalization
@@ -8,23 +11,23 @@
811

912
## 1.1.5
1013

11-
- feat: inject to defineComponent and bind this
14+
- feat: Inject to defineComponent and bind this
1215

1316
## 1.1.3
1417

15-
- fix: vite ssr build error
18+
- fix: Vite ssr build error
1619

1720
## 1.1.2
1821

19-
- fix: vite ssr build error
22+
- fix: Vite ssr build error
2023

2124
## 1.1.1
2225

2326
- feat: Watch decorator
2427

2528
## 1.1.0
2629

27-
- Fix: assemble class cannot be used
30+
- Fix: Assemble class cannot be used
2831

2932
## 1.0.8
3033

@@ -66,7 +69,7 @@
6669

6770
## 0.1.4
6871

69-
- fix: export path error
72+
- fix: Export path error
7073

7174
## 0.1.3
7275

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-class-setup",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"main": "dist/index.js",
55
"module": "dist/index.es.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)