Skip to content

Commit

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

- The officially stable launch of xAPI.js cmi5 Profile v1.0.0! 🎉
- Improved readme

# 0.4.1 (12 Jan 2021)

- Bumped `axios` to solve security vulnerability
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# xAPI.js - cmi5 Profile Library

Communicate over the xAPI cmi5 profile using JavaScript.
The **cmi5 Profile Library** is a strongly typed JavaScript library for enabling learning content to speak to learning systems. It is a complete implementation and fully compliant against the [cmi5 Specification](https://github.com/AICC/CMI-5_Spec_Current) (Quartz, 1st Edition).

[Documentation](https://www.xapijs.dev/cmi5-profile-library/getting-started)

[Demo](https://github.com/xapijs/cmi5-demo)
- [API Documentation](https://www.xapijs.dev/cmi5-profile-library/cmi5-class)
- [Getting Started](https://www.xapijs.dev/cmi5-profile-library/getting-started)
- [Demo](https://github.com/xapijs/cmi5-demo)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xapi/cmi5",
"version": "0.4.1",
"version": "1.0.0",
"description": "Communicate over the xAPI cmi5 profile using JavaScript.",
"module": "dist/Cmi5.esm.js",
"browser": "dist/Cmi5.umd.js",
Expand Down

0 comments on commit 9662663

Please sign in to comment.