Skip to content

Commit ef2653d

Browse files
committed
chore(release): 0.3.1
1 parent 548d276 commit ef2653d

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.1](https://github.com/JamieMason/ts-import-types-cli/compare/0.3.0...0.3.1) (2020-12-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **aliases:** handle import { name as alias } ([548d276](https://github.com/JamieMason/ts-import-types-cli/commit/548d2761d0e8109c61b21f7c3d0fe25c0710b57a))
7+
8+
9+
110
# [0.3.0](https://github.com/JamieMason/ts-import-types-cli/compare/0.2.0...0.3.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.3.0",
4+
"version": "0.3.1",
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)