Skip to content

Commit 5edfef9

Browse files
committed
chore(tsfmt): bump version & generate CHANGELOG.md
1 parent 45ff90d commit 5edfef9

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

Diff for: CHANGELOG.md

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="5.1.1"></a>
2+
## [5.1.1](https://github.com/vvakame/typescript-formatter/compare/4.2.2...v5.1.1) (2017-03-06)
3+
4+
bump versions!
5+
6+
7+
18
<a name="4.2.2"></a>
29
## [4.2.2](https://github.com/vvakame/typescript-formatter/compare/4.2.1...v4.2.2) (2017-03-06)
310

@@ -30,18 +37,6 @@
3037

3138

3239

33-
<a name="5.0.0"></a>
34-
# [5.0.0](https://github.com/vvakame/typescript-formatter/compare/4.2.0...5.0.0) (2017-02-27)
35-
36-
37-
### Features
38-
39-
* **tsfmt:** add --useTsconfig, --useTsfmt, --useTslint options to CLI closes [#67](https://github.com/vvakame/typescript-formatter/issues/67) ([025c543](https://github.com/vvakame/typescript-formatter/commit/025c543))
40-
* **tsfmt:** drop tsconfig.json's filesGlob support, it is unofficial field. ([3b0d38f](https://github.com/vvakame/typescript-formatter/commit/3b0d38f))
41-
* **tsfmt:** remove es6-promise devDependencies ([03ce823](https://github.com/vvakame/typescript-formatter/commit/03ce823))
42-
43-
44-
4540
<a name="4.2.1"></a>
4641
## [4.2.1](https://github.com/vvakame/typescript-formatter/compare/4.2.0...v4.2.1) (2017-02-28)
4742

Diff for: package.json

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

0 commit comments

Comments
 (0)