diff --git a/CHANGELOG.md b/CHANGELOG.md index 834eadd0..622acdec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## dev branch / next version (1.x.x) +## version 1.1.1 (2018-10-13) + - Added support for key-value iterators, fixes [#232](https://github.com/HaxeCheckstyle/haxe-formatter/issues/232) ([#233](https://github.com/HaxeCheckstyle/haxe-formatter/issues/233)) - Added `wrapping.anonFunctionSignature` - Fixed version number reported on CLI [#233](https://github.com/HaxeCheckstyle/haxe-formatter/issues/233) diff --git a/haxelib.json b/haxelib.json index 320a3bce..3bbb987b 100644 --- a/haxelib.json +++ b/haxelib.json @@ -8,7 +8,7 @@ "style" ], "description": "A code formatter for Haxe", - "version": "1.1.0", + "version": "1.1.1", "releasenote": "added method chain wrapping, refactored whitespace and newline handling - see CHANGELOG for details.", "contributors": [ "AlexHaxe", diff --git a/package.json b/package.json index f38606b2..8065e3e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haxe-formatter", - "version": "1.1.0", + "version": "1.1.1", "description": "A code formatter for Haxe", "repository": { "type": "git",