diff --git a/CHANGELOG.md b/CHANGELOG.md index 525a9f3c..c5229b8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## dev branch / next version (1.x.x) +## version 1.6.0 (2019-03-22) + - Added `--stdin` CLI switch to allow reading code from stdin and printing formatted code to stdout, fixes [#411](https://github.com/HaxeCheckstyle/haxe-formatter/issues/411) ([#412](https://github.com/HaxeCheckstyle/haxe-formatter/issues/412) + [#413](https://github.com/HaxeCheckstyle/haxe-formatter/issues/413)) - Fixed specifiying an entry point for tokentree, fixes [#393](https://github.com/HaxeCheckstyle/haxe-formatter/issues/393) ([#403](https://github.com/HaxeCheckstyle/haxe-formatter/issues/403) + [#404](https://github.com/HaxeCheckstyle/haxe-formatter/issues/404)) - Fixed whitespace for conditionals in function arguments with question mark, fixes [#397](https://github.com/HaxeCheckstyle/haxe-formatter/issues/397) ([#405](https://github.com/HaxeCheckstyle/haxe-formatter/issues/405)) diff --git a/haxelib.json b/haxelib.json index 91ca85bb..a429c5c3 100644 --- a/haxelib.json +++ b/haxelib.json @@ -8,8 +8,8 @@ "style" ], "description": "A code formatter for Haxe", - "version": "1.5.1", - "releasenote": "Fixed vanishing string literals at end of file - see CHANGELOG for details.", + "version": "1.6.0", + "releasenote": "New --stdin CLI parameter and bugfixes - see CHANGELOG for details.", "contributors": [ "AlexHaxe", "Gama11" diff --git a/package.json b/package.json index 4c7b82e0..d9e5cc08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haxe-formatter", - "version": "1.5.1", + "version": "1.6.0", "description": "A code formatter for Haxe", "repository": { "type": "git",