Skip to content

Commit

Permalink
prepare v1.0.22 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Jun 13, 2019
1 parent 7e7a670 commit 14574e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.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)
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
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.21",
"version": "1.0.22",
"description": "TokenTree library used by haxe-checkstyle, haxe-formatter and haxe-languageserver",
"repository": {
"type": "git",
Expand Down

0 comments on commit 14574e9

Please sign in to comment.