Skip to content

Commit 6030f75

Browse files
committed
chore(tsfmt): bump version & generate CHANGELOG.md
1 parent b9195b3 commit 6030f75

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="3.1.0"></a>
2+
# [3.1.0](https://github.com/vvakame/typescript-formatter/compare/3.0.1...v3.1.0) (2016-10-09)
3+
4+
5+
### Features
6+
7+
* **tsfmt:** move final newline character logic to editorconfig part ([2df1f7a](https://github.com/vvakame/typescript-formatter/commit/2df1f7a))
8+
9+
thanks @jrieken !
10+
111
<a name="3.0.1"></a>
212
## [3.0.1](https://github.com/vvakame/typescript-formatter/compare/3.0.0...v3.0.1) (2016-09-23)
313

package.json

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

0 commit comments

Comments
 (0)