Skip to content

Commit f9ba5a2

Browse files
committed
chore(tsfmt): bump version & generate CHANGELOG.md
1 parent 41fce94 commit f9ba5a2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="4.0.0"></a>
2+
# [4.0.0](https://github.com/vvakame/typescript-formatter/compare/3.1.0...v4.0.0) (2016-10-27)
3+
4+
Now, typescript-formatter supports `typescript@^2.0.6`.
5+
If you want to use with older version typescript, you can use `typescript-formatter@^3.0.0`.
6+
7+
### Features
8+
9+
* **tsfmt:** support TypeScript 2.0.6 ([26db3de](https://github.com/vvakame/typescript-formatter/commit/26db3de))
10+
11+
12+
113
<a name="3.1.0"></a>
214
# [3.1.0](https://github.com/vvakame/typescript-formatter/compare/3.0.1...v3.1.0) (2016-10-09)
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-formatter",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Formatter of TypeScript code",
55
"main": "./index",
66
"bin": {

0 commit comments

Comments
 (0)