diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e08a26..6533d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ ## dev branch / next version (1.x.x) +## version 1.1.0 (2020-12-23) + +- Retired Haxe 3.4.7 compile support ([#202](https://github.com/HaxeCheckstyle/tokentree/issues/202)) - Upgraded to latest haxeparser version ([#202](https://github.com/HaxeCheckstyle/tokentree/issues/202) + [#204](https://github.com/HaxeCheckstyle/tokentree/issues/204)) - Added testcases for ExpressionLevel code ([#202](https://github.com/HaxeCheckstyle/tokentree/issues/202)) - Added stream end detection to POpen and array access parsing ([#202](https://github.com/HaxeCheckstyle/tokentree/issues/202)) - Added overload support ([#204](https://github.com/HaxeCheckstyle/tokentree/issues/204)) - Fixed function type parameter ([#203](https://github.com/HaxeCheckstyle/tokentree/issues/203)) -- Retired Haxe 3.4.7 compile support ([#202](https://github.com/HaxeCheckstyle/tokentree/issues/202)) ## version 1.0.31 (2020-11-04) diff --git a/haxelib.json b/haxelib.json index 89a4780..624e78e 100644 --- a/haxelib.json +++ b/haxelib.json @@ -7,8 +7,8 @@ "contributors": [ "AlexHaxe" ], - "releasenote": "fixed type parameter handling - see CHANGELOG for details", - "version": "1.0.31", + "releasenote": "retired Haxe 3 compilation support and bugfixes - see CHANGELOG for details", + "version": "1.1.0", "url": "https://github.com/HaxeCheckstyle/tokentree", "dependencies": {} } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c9c5b7e..2d5a664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tokentree", - "version": "1.0.31", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e32c941..6c11583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokentree", - "version": "1.0.31", + "version": "1.1.0", "description": "TokenTree library used by haxe-checkstyle, haxe-formatter and haxe-languageserver", "repository": { "type": "git",