Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Dec 14, 2022
1 parent c91cc74 commit 8328457
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8328457

Please sign in to comment.