Skip to content

Commit 31e3dcf

Browse files
committed
chore(release): 0.3.0
1 parent aa05415 commit 31e3dcf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.3.0](https://github.com/JamieMason/ts-import-types-cli/compare/0.2.0...0.3.0) (2020-12-12)
2+
3+
4+
### Features
5+
6+
* **cli:** accept multiple glob patterns to .ts files ([aa05415](https://github.com/JamieMason/ts-import-types-cli/commit/aa0541503ec30bd0610d7b3b42e6f63ad835e50c))
7+
8+
9+
110
# [0.2.0](https://github.com/JamieMason/ts-import-types-cli/compare/0.1.0...0.2.0) (2020-12-12)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-import-types-cli",
33
"description": "Autofix TypeScript types to be imported using `import type`",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
66
"bin": {
77
"ts-import-types-cli": "dist/bin.js"

0 commit comments

Comments
 (0)