Skip to content

Commit

Permalink
chore(tsfmt): bump version & generate CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Feb 27, 2017
1 parent a180905 commit a139fa3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="4.2.0"></a>
# [4.2.0](https://github.com/vvakame/typescript-formatter/compare/4.1.2...v4.2.0) (2017-02-27)


### Features

* **tsfmt:** add .vscode/settings.json support [#70](https://github.com/vvakame/typescript-formatter/issues/70) ([2d9fbed](https://github.com/vvakame/typescript-formatter/commit/2d9fbed))
* **tsfmt:** add `extends` of tsconfig.json support [#77](https://github.com/vvakame/typescript-formatter/issues/77) ([8b31561](https://github.com/vvakame/typescript-formatter/commit/8b31561))



<a name="4.1.2"></a>
## [4.1.2](https://github.com/vvakame/typescript-formatter/compare/4.1.1...v4.1.2) (2017-02-23)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-formatter",
"version": "4.1.2",
"version": "4.2.0",
"description": "Formatter of TypeScript code",
"main": "./index",
"bin": {
Expand Down

0 comments on commit a139fa3

Please sign in to comment.