diff --git a/CHANGELOG.md b/CHANGELOG.md index df1a82b..8c3c0e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/haxelib.json b/haxelib.json index b000382..5916a33 100644 --- a/haxelib.json +++ b/haxelib.json @@ -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": {} } \ No newline at end of file diff --git a/package.json b/package.json index c11cd22..76063e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokentree", - "version": "1.0.12", + "version": "1.0.13", "description": "TokenTree library used by haxe-checkstyle", "repository": { "type": "git",