Skip to content

Commit

Permalink
0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Sep 27, 2020
1 parent 74afa64 commit e6d9165
Show file tree
Hide file tree
Showing 3 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 @@
# 0.6.3 (27 Sep 2020)
- Fixed xAPI Launch not returning error in Promise
- Added coercion for `actor.account`

# 0.6.2 (22 Sep 2020)
- Added additional constructor parameter to set XAPI version header

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xapi/xapi",
"version": "0.6.2",
"version": "0.6.3",
"description": "Communicate over xAPI using JavaScript.",
"main": "dist/XAPI.cjs.js",
"module": "dist/XAPI.esm.js",
Expand Down

0 comments on commit e6d9165

Please sign in to comment.