From ab6b764b323dff0a78b0536eb0fb9ae2d0525e3b Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Thu, 7 Feb 2019 12:48:17 +0100 Subject: [PATCH] updated for version 1.4.0 (#338) --- CHANGELOG.md | 2 ++ haxelib.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ffbddb4..06ce31ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## dev branch / next version (1.x.x) +## version 1.4.0 (2019-02-07) + - Added haxe-test-adapter [#286](https://github.com/HaxeCheckstyle/haxe-formatter/issues/286) + [#287](https://github.com/HaxeCheckstyle/haxe-formatter/issues/287) + [#289](https://github.com/HaxeCheckstyle/haxe-formatter/issues/289) - Added `wrapping.implementsExtends` [#288](https://github.com/HaxeCheckstyle/haxe-formatter/issues/288) - Added `emptylines.afterFileHeaderComment`and `emptylines.betweenMultilineComments` fixes [#292](https://github.com/HaxeCheckstyle/haxe-formatter/issues/292) ([#296](https://github.com/HaxeCheckstyle/haxe-formatter/issues/296)) diff --git a/haxelib.json b/haxelib.json index cceeaa1d..f6ac9ce4 100644 --- a/haxelib.json +++ b/haxelib.json @@ -8,8 +8,8 @@ "style" ], "description": "A code formatter for Haxe", - "version": "1.3.0", - "releasenote": "new whitespace options for parens and braces - update your hxformat config - see CHANGELOG for details.", + "version": "1.4.0", + "releasenote": "Added wrapping options and support for file header comments - see CHANGELOG for details.", "contributors": [ "AlexHaxe", "Gama11" diff --git a/package.json b/package.json index c55a7e7a..e63ef46d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haxe-formatter", - "version": "1.3.0", + "version": "1.4.0", "description": "A code formatter for Haxe", "repository": { "type": "git",