Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Sep 21, 2020
1 parent bbf8428 commit 339ca37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.6.1 (21 Sep 2020)
- Coerce `actor` string arrays to strings if found in query string

# 0.6.0 (15 Sep 2020)
- Added `getXAPILaunchData()` method
- Added `getTinCanLaunchData()` method
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.0",
"version": "0.6.1",
"description": "Communicate over xAPI using JavaScript.",
"main": "dist/XAPI.cjs.js",
"module": "dist/XAPI.esm.js",
Expand Down

0 comments on commit 339ca37

Please sign in to comment.