We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48eb0d commit 5589883Copy full SHA for 5589883
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+<a name="7.0.1"></a>
2
+## [7.0.1](https://github.com/vvakame/typescript-formatter/compare/7.0.0...7.0.1) (2017-12-17)
3
+
4
+### Features
5
6
+* **tsfmt:** cache tsconfig.json. thanks @stweedie ([0e42c1b](https://github.com/vvakame/typescript-formatter/commit/0e42c1b))
7
8
9
<a name="7.0.0"></a>
10
# [7.0.0](https://github.com/vvakame/typescript-formatter/compare/6.1.0...7.0.0) (2017-10-27)
11
package.json
@@ -1,6 +1,6 @@
{
"name": "typescript-formatter",
- "version": "7.0.0",
+ "version": "7.0.1",
"description": "Formatter of TypeScript code",
"main": "./index",
"bin": {
0 commit comments