Skip to content

Commit

Permalink
version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Apr 21, 2020
1 parent 4526594 commit 1b6f105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.0.3 (21 Apr 2020)
- Extended documentation for xAPI Wrapper
- Added `getMoreStatements()` method

# 0.0.2 (14 Apr 2020)
- Added Jest unit tests for LRSConnection
- Added `voidStatement()` and `getVoidedStatement()` methods
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xapi-js",
"version": "0.0.2",
"version": "0.0.3",
"description": "An XAPI JS library for communicating with an LRS.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 1b6f105

Please sign in to comment.