Skip to content

Commit

Permalink
Merge pull request #6 from AlexHaxe/prepare_v_1.0.2
Browse files Browse the repository at this point in the history
prepare version 1.0.2
  • Loading branch information
AlexHaxe authored Jun 22, 2018
2 parents 431557a + 2988dc6 commit 5f87521
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md → 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.2 (2018-06-22)

- Fixed thread safety of SharpIf handling [#4](https://github.com/HaxeCheckstyle/tokentree/issues/4)
- Fixed handling of Semicolon in typedefs [#4](https://github.com/HaxeCheckstyle/tokentree/issues/4)
- Fixed WalkComment at end of stream [#4](https://github.com/HaxeCheckstyle/tokentree/issues/4)
Expand Down
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(grunt) {
release: {
src: [
"src/**",
"haxelib.json", "README.md", "CHANGES.md", "LICENCE"
"haxelib.json", "README.md", "CHANGELOG.md", "LICENSE"
],
dest: "tokentree.zip",
compression: "DEFLATE"
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 cast -1 + added RELAXED mode - see CHANGES",
"version": "1.0.1",
"releasenote": "fixed comment handling - see CHANGELOG",
"version": "1.0.2",
"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.1",
"version": "1.0.2",
"description": "TokenTree library used by haxe-checkstyle",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5f87521

Please sign in to comment.