Skip to content

Commit

Permalink
updated for version 1.0.15 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Feb 7, 2019
1 parent e553ef3 commit 5ed179f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.15 (2019-02-07)

- Fixed `TokenTreeCheckUtils.getColonType` detection of type check in array comprehension [#136](https://github.com/HaxeCheckstyle/tokentree/issues/136)
- Fixed handling of multiple `implements` [#137](https://github.com/HaxeCheckstyle/tokentree/issues/137)
- Fixed comments after typedefs without semicolon [#138](https://github.com/HaxeCheckstyle/tokentree/issues/138)
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"AlexHaxe"
],
"releasenote": "bugfixes - see CHANGELOG for details",
"version": "1.0.14",
"version": "1.0.15",
"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.14",
"version": "1.0.15",
"description": "TokenTree library used by haxe-checkstyle",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ed179f

Please sign in to comment.