Skip to content

Commit

Permalink
prepare v1.1.1 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Oct 13, 2018
1 parent c012c94 commit f4699a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.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)
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haxe-formatter",
"version": "1.1.0",
"version": "1.1.1",
"description": "A code formatter for Haxe",
"repository": {
"type": "git",
Expand Down

0 comments on commit f4699a7

Please sign in to comment.