diff --git a/CHANGELOG.md b/CHANGELOG.md index 121d5d1..ff2a533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## dev branch / next version (1.x.x) +## version 1.14.4 (2022-12-14) + - Refactored PosInfosMacro to limit number of invocations of inner loop - Fixed anon objects with metadata, fixes [#607](https://github.com/HaxeCheckstyle/haxe-formatter/issues/607) ([#662](https://github.com/HaxeCheckstyle/haxe-formatter/issues/662)) - Fixed ComplexType reification mixed with ternary, fixes [#638](https://github.com/HaxeCheckstyle/haxe-formatter/issues/638) ([#662](https://github.com/HaxeCheckstyle/haxe-formatter/issues/662)) diff --git a/haxelib.json b/haxelib.json index 24e052a..1ca760a 100644 --- a/haxelib.json +++ b/haxelib.json @@ -8,8 +8,8 @@ "style" ], "description": "A code formatter for Haxe", - "version": "1.14.3", - "releasenote": "fixed whitespace issue in for loop with parentheses - see CHANGELOG for details.", + "version": "1.14.4", + "releasenote": "fixed some whitespace formatting issues - see CHANGELOG for details.", "contributors": [ "AlexHaxe", "Gama11" diff --git a/package-lock.json b/package-lock.json index 9782ae2..9d2b5f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@haxecheckstyle/haxe-formatter", - "version": "1.14.3", + "version": "1.14.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@haxecheckstyle/haxe-formatter", - "version": "1.14.3", + "version": "1.14.4", "license": "MIT", "bin": { "haxe-formatter": "bin/formatter.js" diff --git a/package.json b/package.json index 69d7c0b..8bc9f46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@haxecheckstyle/haxe-formatter", - "version": "1.14.3", + "version": "1.14.4", "description": "A code formatter for Haxe", "repository": { "type": "git",