We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9f377 commit f41d569Copy full SHA for f41d569
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+<a name="4.0.1"></a>
2
+## [4.0.1](https://github.com/vvakame/typescript-formatter/compare/4.0.0...v4.0.1) (2016-11-16)
3
+
4
+* **tsfmt:** add typescript `>=2.2.0-dev` to peerDependencies ([#68](https://github.com/vvakame/typescript-formatter/pull/68)) thanks @myitcv !
5
6
<a name="4.0.0"></a>
7
# [4.0.0](https://github.com/vvakame/typescript-formatter/compare/3.1.0...v4.0.0) (2016-10-27)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "typescript-formatter",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Formatter of TypeScript code",
"main": "./index",
"bin": {
0 commit comments