Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Aug 5, 2020
1 parent 90ac626 commit 887141c
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.2.1 (5 Aug 2020)
- Fixed issue when using `getStatements()` and querying with `actor` parameter (https://github.com/xapijs/xapi/issues/34)

# 0.2.0 (28 May 2020)
- Split out SCORM profile, cmi5 profile, cmi5 demo into separate repos
- Module now exports as a single class
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.2.0",
"version": "0.2.1",
"description": "Communicate over xAPI using JavaScript.",
"main": "dist/XAPI.js",
"module": "dist/XAPI.esm.js",
Expand Down

0 comments on commit 887141c

Please sign in to comment.