Skip to content

Commit

Permalink
Merge pull request #279 from xapijs/version/1.4.0
Browse files Browse the repository at this point in the history
Version/1.4.0
  • Loading branch information
CookieCookson authored Oct 6, 2024
2 parents b79561c + dc78a2f commit c8cb274
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.4.0 (6 Oct 2024)

- Uses an instance of `XAPI` per instance of `CMI5` ([#263](https://github.com/xapijs/cmi5/issues/263), [#264](https://github.com/xapijs/cmi5/pull/264) - Thanks [emmanuel](https://github.com/emmanuel)!)
- Added support for usage in a backend scenario ([#265](https://github.com/xapijs/cmi5/issues/265), [#266](https://github.com/xapijs/cmi5/pull/266) - Thanks [emmanuel](https://github.com/emmanuel)!)
- Refactored statement construction logic and improved statement testing ([#274](https://github.com/xapijs/cmi5/pull/274) - Thanks [emmanuel](https://github.com/emmanuel)!)
- Updated `axios` to patch security vulnerability
- Updated `rollup` to patch security vulnerability

# 1.3.3 (30 Jul 2024)

- Updated `follow-redirects` to patch security vulnerability
Expand Down
4 changes: 2 additions & 2 deletions 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/cmi5",
"version": "1.3.3",
"version": "1.4.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 c8cb274

Please sign in to comment.