Skip to content

Commit

Permalink
prepare version 1.0.19 (#156)
Browse files Browse the repository at this point in the history
* prepare version 1.0.19
  • Loading branch information
AlexHaxe authored May 16, 2019
1 parent 361f21a commit 8d00e67
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.19 (2019-05-17)

- Added `TokenTreeAccessHelper.findParent` [#150](https://github.com/HaxeCheckstyle/tokentree/issues/150)
- Added a cache for getArrowType, getBrOpenType, getColonType and getPOpenType results [#155](https://github.com/HaxeCheckstyle/tokentree/issues/155)
- Fixed `TokenTreeCheckUtils.getColonType` detection of type checks [#149](https://github.com/HaxeCheckstyle/tokentree/issues/149)
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 entrypoint to TokenTreeBuilder - see CHANGELOG for details",
"version": "1.0.18",
"releasenote": "Added cache for get*Type helper functions + bugfixes - see CHANGELOG for details",
"version": "1.0.19",
"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.18",
"version": "1.0.19",
"description": "TokenTree library used by haxe-checkstyle, haxe-formatter and haxe-languageserver",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8d00e67

Please sign in to comment.