Skip to content

Commit

Permalink
prepare version 1.0.25 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe authored Apr 11, 2020
1 parent 98ccf0f commit 03bc08f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 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.25 (2020-04-11)

- Added support for module level statics [#175](https://github.com/HaxeCheckstyle/tokentree/issues/175)
- Added final handling for interfaces [#176](https://github.com/HaxeCheckstyle/tokentree/issues/176)
- Fixed unary `OpSub` handling [#174](https://github.com/HaxeCheckstyle/tokentree/issues/174)
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 entry point type hint, using lix for dependencies and some bugfixes - see CHANGELOG for details",
"version": "1.0.24",
"releasenote": "added final handling for interfaces, fixed detection helper functions for Arrow, POpen and BrOpen, fixed positions of metadata and OpBool tokens - see CHANGELOG for details",
"version": "1.0.25",
"url": "https://github.com/HaxeCheckstyle/tokentree",
"dependencies": {}
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokentree",
"version": "1.0.24",
"version": "1.0.25",
"description": "TokenTree library used by haxe-checkstyle, haxe-formatter and haxe-languageserver",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"email": "[email protected]"
},
"devDependencies": {
"lix": "^15.8.9"
"lix": "^15.8.11"
},
"bugs": "https://github.com/HaxeCheckstyle/tokentree/issues",
"license": "MIT"
Expand Down

0 comments on commit 03bc08f

Please sign in to comment.