Skip to content

Commit c0b3226

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2021-10-01) ### Features * respect files/include/exclude options for .vue files ([f2c5667](f2c5667)), closes [#3](#3)
1 parent 4821e60 commit c0b3226

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.2.0](https://github.com/policyfly/vue-script-tsc/compare/v1.1.0...v1.2.0) (2021-10-01)
2+
3+
4+
### Features
5+
6+
* respect files/include/exclude options for .vue files ([f2c5667](https://github.com/policyfly/vue-script-tsc/commit/f2c5667d328a656cd6bd6a0fa34c3bc79bd767d9)), closes [#3](https://github.com/policyfly/vue-script-tsc/issues/3)
7+
18
# [1.1.0](https://github.com/policyfly/vue-script-tsc/compare/v1.0.2...v1.1.0) (2021-05-31)
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.1.0",
3+
"version": "1.2.0",
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)