Skip to content

Commit

Permalink
prepare version 1.0.21 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored May 31, 2019
1 parent 3067f45 commit f8ca673
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.21 (2019-06-01)

- Fixed conditionals using dot idents without parens [#159](https://github.com/HaxeCheckstyle/tokentree/issues/159)

## version 1.0.20 (2019-05-17)
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 a potential null pointer in TokenTreeAccessHelper.findParent - see CHANGELOG for details",
"version": "1.0.20",
"releasenote": "fixed conditionals using dot idents without parens - see CHANGELOG for details",
"version": "1.0.21",
"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.20",
"version": "1.0.21",
"description": "TokenTree library used by haxe-checkstyle, haxe-formatter and haxe-languageserver",
"repository": {
"type": "git",
Expand Down

0 comments on commit f8ca673

Please sign in to comment.