Skip to content

Commit b1835ee

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2021-05-28) ### Bug Fixes * throw an error if any diagnostics are returned ([acd18ca](acd18ca))
1 parent acd18ca commit b1835ee

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.0.1](https://github.com/policyfly/vue-script-tsc/compare/v1.0.0...v1.0.1) (2021-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* throw an error if any diagnostics are returned ([acd18ca](https://github.com/policyfly/vue-script-tsc/commit/acd18ca4606db811f9e8d874e0d7e1674b6672a1))
7+
18
# 1.0.0 (2021-05-27)
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.0.0",
3+
"version": "1.0.1",
44
"license": "BSD-3-Clause",
55
"description": "A lightning fast TypeScript type checker for Vue SFC Script tags",
66
"author": "Ben Jones <[email protected]>",

0 commit comments

Comments
 (0)