Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Sep 12, 2020
1 parent f52736c commit 7252fbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.0 (12 Sep 2020)
- Fixed `getMoreStatements()` to use correct URL
- Fixed error if no `Content-Type` header is returned from LRS
- Changes responses to return entire `AxiosResponse` instead of `data` property (For ETag support)
- Added support for sending ETags with requests where required/optional

# 0.4.0 (8 Sep 2020)
- Added Activities Resource

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.4.0",
"version": "0.5.0",
"description": "Communicate over xAPI using JavaScript.",
"main": "dist/XAPI.cjs.js",
"module": "dist/XAPI.esm.js",
Expand Down

0 comments on commit 7252fbd

Please sign in to comment.