Skip to content

Commit 95b3733

Browse files
committed
chore(tsfmt): bump version & generate CHANGELOG.md
1 parent 78a1128 commit 95b3733

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="7.0.0"></a>
2+
# [7.0.0](https://github.com/vvakame/typescript-formatter/compare/6.1.0...7.0.0) (2017-10-27)
3+
4+
5+
### Features
6+
7+
* **tsfmt:** Use host EOL by default. thanks @vegansk ([9021fc6](https://github.com/vvakame/typescript-formatter/commit/9021fc6))
8+
* **ci:** Update .travis.yml, add Node.js v8 env ([78a1128](https://github.com/vvakame/typescript-formatter/commit/78a1128))
9+
10+
11+
112
<a name="6.1.0"></a>
213
# [6.1.0](https://github.com/vvakame/typescript-formatter/compare/6.0.0...6.1.0) (2017-10-26)
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-formatter",
3-
"version": "6.1.0",
3+
"version": "7.0.0",
44
"description": "Formatter of TypeScript code",
55
"main": "./index",
66
"bin": {

0 commit comments

Comments
 (0)