Skip to content

Commit

Permalink
prepare 1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Nov 2, 2020
1 parent 90684a4 commit 1ef6e6f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

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

## version 1.0.30 (2020-11-02)

- Fixed arrow functions
- Fixed type parameter detection
- Fixed Dollar handling


## version 1.0.29 (2020-11-01)

- Added TokenTreeDef ([#191](https://github.com/HaxeCheckstyle/tokentree/issues/191))
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 @in handling, detects more POpen types - see CHANGELOG for details",
"version": "1.0.29",
"releasenote": "fixed type parameter and dollar handling - see CHANGELOG for details",
"version": "1.0.30",
"url": "https://github.com/HaxeCheckstyle/tokentree",
"dependencies": {}
}
4 changes: 2 additions & 2 deletions makeReleaseZip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

npm install
npx lix download
npx lix use haxe 4.0.5
npx lix use haxe 4.1.4

haxe test.hxml

rm -f tokentree.zip
zip -9 -r -q tokentree.zip src haxelib.json hxformat.json package.json README.md CHANGELOG.md LICENSE
zip -9 -r -q tokentree.zip src haxelib.json hxformat.json package.json README.md CHANGELOG.md LICENSE
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.29",
"version": "1.0.30",
"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.9.0"
"lix": "^15.10.1"
},
"bugs": "https://github.com/HaxeCheckstyle/tokentree/issues",
"license": "MIT"
Expand Down

0 comments on commit 1ef6e6f

Please sign in to comment.