Skip to content

Commit

Permalink
prepare v1.0.13 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Nov 11, 2018
1 parent 0bf61d4 commit 7cc9da7
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.0.13 (2018-11-11)

- Added testcase for multiline string interpolation [#126](https://github.com/HaxeCheckstyle/tokentree/issues/126)
- Fixed handling of OpBool (`||` and `&&`) chains [#124](https://github.com/HaxeCheckstyle/tokentree/issues/124)
- Fixed handling of Comma after `#end` [#124](https://github.com/HaxeCheckstyle/tokentree/issues/124)
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 @@
"AlexHaxe"
],
"releasenote": "bugfixes - see CHANGELOG for details",
"version": "1.0.12",
"version": "1.0.13",
"url": "https://github.com/HaxeCheckstyle/tokentree",
"dependencies": {}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokentree",
"version": "1.0.12",
"version": "1.0.13",
"description": "TokenTree library used by haxe-checkstyle",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7cc9da7

Please sign in to comment.