Skip to content

Commit

Permalink
prepare release 1.0.10 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Aug 20, 2018
1 parent 8c33932 commit 4c3c1ee
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
@@ -1,5 +1,7 @@
## dev branch / next version (1.x.x)

## version 1.0.10 (2018-08-20)

- Added `TokenTreeCheckUtils.getColonType()` [#99](https://github.com/HaxeCheckstyle/tokentree/issues/99) + [#100](https://github.com/HaxeCheckstyle/tokentree/issues/100) + [#101](https://github.com/HaxeCheckstyle/tokentree/issues/101)
- Fixed implements / extends handling [#94](https://github.com/HaxeCheckstyle/tokentree/issues/94)
- Fixed endless loop with macro patterns [#94](https://github.com/HaxeCheckstyle/tokentree/issues/94)
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 endless loop with switch and conditionals - see CHANGELOG for details",
"version": "1.0.9",
"releasenote": "added Colon type detection, fixed arrow and bropen detection - see CHANGELOG for details",
"version": "1.0.10",
"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.9",
"version": "1.0.10",
"description": "TokenTree library used by haxe-checkstyle",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c3c1ee

Please sign in to comment.