Skip to content

Commit

Permalink
Merge pull request #407 from xapijs/version/3.0.1
Browse files Browse the repository at this point in the history
3.0.1
  • Loading branch information
CookieCookson authored Nov 21, 2024
2 parents 90ecb6f + ae3a4f4 commit a5412b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 3.0.1 (21 Nov 2024)

- Bumped development dependencies
- Migrated to eslint 9.x
- Fixed security vulnerabilities (CVE-2024-4067, CVE-2024-47068, CVE-2024-21538)
- Various fixes and improvements for type safety
- Added VSCode extension recommendations for development
- Improved unit test code coverage

# 3.0.0 (10 Sep 2024)

- Added `adapter` property to `XAPI` constructor params, allowing a choice between `axios` (Default), `fetch` or a custom adapter function
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/xapi",
"version": "3.0.0",
"version": "3.0.1",
"description": "Communicate over xAPI using JavaScript.",
"main": "dist/XAPI.cjs.js",
"module": "dist/XAPI.esm.js",
Expand Down

0 comments on commit a5412b6

Please sign in to comment.