Skip to content

Commit

Permalink
0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Oct 14, 2020
1 parent 7a1dc89 commit 56be0ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.6.6 (14 Oct 2020)

- Fixed hash data returning in launch param helpers
- Improved multipart/mixed detection
- Added Prettier
- Bumped dependencies

# 0.6.5 (4 Oct 2020)

- Added missing parameter `since` when retrieving multiple Documents
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.5",
"version": "0.6.6",
"description": "Communicate over xAPI using JavaScript.",
"main": "dist/XAPI.cjs.js",
"module": "dist/XAPI.esm.js",
Expand Down

0 comments on commit 56be0ed

Please sign in to comment.