Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Mar 23, 2021
1 parent 80360f1 commit ac0e56d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.2.0 (23 Mar 2021)

- Added `toBasicAuth()` helper method ([#145](https://github.com/xapijs/xapi/pull/145))
- Updated e2e GitHub Actions workflow to run simultaneously ([#155](https://github.com/xapijs/xapi/pull/155))

# 1.1.0 (16 Mar 2021)

- Added `sendStatements()` method
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# xAPI.js - xAPI Wrapper Library

**xAPI.js** is a strongly typed JavaScript library for enabling learning content and learning systems to speak to each other. It is a complete implementation and fully compliant against the [xAPI Specification](https://github.com/adlnet/xAPI-Spec) (v1.0.0 - v1.0.3).
The **xAPI.js** Wrapper Library is a strongly typed JavaScript library for enabling learning content and learning systems to speak to each other. It is a complete implementation and fully compliant against the [xAPI Specification](https://github.com/adlnet/xAPI-Spec) (v1.0.0 - v1.0.3).

- [API Documentation](https://www.xapijs.dev/xapi-wrapper-library)
- [Basic Examples](https://github.com/xapijs/xapi/tree/master/example)
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": "1.1.0",
"version": "1.2.0",
"description": "Communicate over xAPI using JavaScript.",
"main": "dist/XAPI.cjs.js",
"module": "dist/XAPI.esm.js",
Expand Down

0 comments on commit ac0e56d

Please sign in to comment.