Skip to content

Commit

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

- Bumped `axios` to solve security vulnerability
- Bumped `node-notifier` to solve security vulnerability

# 0.4.0 (7 Dec 2020)

- Added singleton access through static `Cmi5.instance()` method
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/cmi5",
"version": "0.4.0",
"version": "0.4.1",
"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 da6d4a7

Please sign in to comment.