Skip to content

Commit 509160e

Browse files
authored
prepare version 1.7.1 (#482)
1 parent e1d2977 commit 509160e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## dev branch / next version (1.x.x)
44

5+
## version 1.7.1 (2019-06-01)
6+
57
- Fixed indentation of nested object literals ([#479](https://github.com/HaxeCheckstyle/haxe-formatter/issues/479))
68
- Fixed array wrapping in call parameters, fixes [#466](https://github.com/HaxeCheckstyle/haxe-formatter/issues/466) ([#479](https://github.com/HaxeCheckstyle/haxe-formatter/issues/479))
79
- Fixed conditional using dot ident without parens, fixes [#480](https://github.com/HaxeCheckstyle/haxe-formatter/issues/480) ([#481](https://github.com/HaxeCheckstyle/haxe-formatter/issues/481))

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"style"
99
],
1010
"description": "A code formatter for Haxe",
11-
"version": "1.7.0",
12-
"releasenote": "Added wrapping for matrixes and multiple var declarations; added more curly line end options; bugfixes - see CHANGELOG for details.",
11+
"version": "1.7.1",
12+
"releasenote": "Bugfixes - see CHANGELOG for details.",
1313
"contributors": [
1414
"AlexHaxe",
1515
"Gama11"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "haxe-formatter",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "A code formatter for Haxe",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)