From 14574e9b94fdd9d7f7112526cec69357e958126a Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Thu, 13 Jun 2019 22:07:40 +0200 Subject: [PATCH] prepare v1.0.22 (#164) --- CHANGELOG.md | 2 ++ haxelib.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 010eac7..332d4ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## dev branch / next version (1.x.x) +## version 1.0.22 (2019-06-13) + - Fixed type hint detection in enums and overload metas [#161](https://github.com/HaxeCheckstyle/tokentree/issues/161) - Fixed comments in OpAdd chains [#162](https://github.com/HaxeCheckstyle/tokentree/issues/162) - Fixed imports with conditionals [#163](https://github.com/HaxeCheckstyle/tokentree/issues/163) diff --git a/haxelib.json b/haxelib.json index 5fa1798..9defb8d 100644 --- a/haxelib.json +++ b/haxelib.json @@ -7,8 +7,8 @@ "contributors": [ "AlexHaxe" ], - "releasenote": "fixed conditionals using dot idents without parens - see CHANGELOG for details", - "version": "1.0.21", + "releasenote": "fixed type hints in enums, comments in OPAdd chains and imports with conditionals - see CHANGELOG for details", + "version": "1.0.22", "url": "https://github.com/HaxeCheckstyle/tokentree", "dependencies": {} } \ No newline at end of file diff --git a/package.json b/package.json index 8062b51..dcdae68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tokentree", - "version": "1.0.21", + "version": "1.0.22", "description": "TokenTree library used by haxe-checkstyle, haxe-formatter and haxe-languageserver", "repository": { "type": "git",