Skip to content

Commit

Permalink
prepare v1.0.20 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored May 17, 2019
1 parent 664d643 commit 78b0ba1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## dev branch / next version (1.x.x)

## version 1.0.20 (2019-05-17)

- Fixed potential null pointer in `TokenTreeAccessHelper.findParent` [#157](https://github.com/HaxeCheckstyle/tokentree/issues/157)

## version 1.0.19 (2019-05-17)

- Added `TokenTreeAccessHelper.findParent` [#150](https://github.com/HaxeCheckstyle/tokentree/issues/150)
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": "Added cache for get*Type helper functions + bugfixes - see CHANGELOG for details",
"version": "1.0.19",
"releasenote": "fixed a potential null pointer in TokenTreeAccessHelper.findParent - see CHANGELOG for details",
"version": "1.0.20",
"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.19",
"version": "1.0.20",
"description": "TokenTree library used by haxe-checkstyle, haxe-formatter and haxe-languageserver",
"repository": {
"type": "git",
Expand Down

0 comments on commit 78b0ba1

Please sign in to comment.