Skip to content

Commit 9f4d24c

Browse files
committedNov 28, 2022
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2022-11-28) ### Bug Fixes * **host:** show console warning when trying to type check <script setup> ([0890fb5](0890fb5))
1 parent 5a249bd commit 9f4d24c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.1](https://github.com/policyfly/vue-script-tsc/compare/v1.3.0...v1.3.1) (2022-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **host:** show console warning when trying to type check <script setup> ([0890fb5](https://github.com/policyfly/vue-script-tsc/commit/0890fb5e4747a6fa17a550a2b445af5b26bc4ae3))
7+
18
# [1.3.0](https://github.com/policyfly/vue-script-tsc/compare/v1.2.0...v1.3.0) (2021-10-08)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-script-tsc",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"license": "BSD-3-Clause",
55
"description": "A lightning fast TypeScript type checker for Vue SFC Script tags",
66
"author": "Ben Jones <bensheltonjones@gmail.com>",

0 commit comments

Comments
 (0)
Please sign in to comment.