Skip to content

Commit

Permalink
Update version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
basro committed Jul 19, 2020
1 parent 3d2c989 commit 54869ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.0

* Use Thenable instead of Promise as argument type of JSAsyncTools.jsawait

# 1.1.1

* Fix incorrect js output for module level functions.
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license": "MIT",
"tags": ["js", "async"],
"description": "Native JavaScript async functions.",
"version": "1.1.1",
"version": "1.2.0",
"classPath": "src",
"releasenote": "Fix incorrect js output for module level functions.",
"releasenote": "Use Thenable instead of Promise as argument type of JSAsyncTools.jsawait",
"contributors": ["marioc"],
"dependencies": {
}
Expand Down

0 comments on commit 54869ac

Please sign in to comment.