From f4699a7b197c6308cb68130ff1ae91d1028c30a7 Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Sun, 14 Oct 2018 00:01:38 +0200 Subject: [PATCH] prepare v1.1.1 (#244) --- CHANGELOG.md | 2 ++ haxelib.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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",