Skip to content

Commit 210d715

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-05-28) ### Bug Fixes * **args:** use correct default paths when running from cli, clarify docs ([e426221](e426221)), closes [#1](#1)
1 parent e426221 commit 210d715

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,3 +1,10 @@
1+
## [1.0.2](https://github.com/policyfly/vue-script-tsc/compare/v1.0.1...v1.0.2) (2021-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **args:** use correct default paths when running from cli, clarify docs ([e426221](https://github.com/policyfly/vue-script-tsc/commit/e4262216d409d46ca17a5ed3b24dc604367d237c)), closes [#1](https://github.com/policyfly/vue-script-tsc/issues/1)
7+
18
## [1.0.1](https://github.com/policyfly/vue-script-tsc/compare/v1.0.0...v1.0.1) (2021-05-28)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-script-tsc",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
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)