Skip to content

Commit 2dcc399

Browse files
Merge pull request #397 from xapijs/version/2.2.8
2.2.8
2 parents d59519c + 7da8634 commit 2dcc399

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.2.8 (31 Jul 2024)
2+
3+
- Updated `braces` to patch security vulnerability
4+
- Updated `ws` to patch security vulnerability
5+
16
# 2.2.7 (16 Apr 2024)
27

38
- Removed `babel-plugin-transform-class-properties` to patch security vulnerability ([#17](https://github.com/xapijs/xapi/security/dependabot/17))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xapi/xapi",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"description": "Communicate over xAPI using JavaScript.",
55
"main": "dist/XAPI.cjs.js",
66
"module": "dist/XAPI.esm.js",

0 commit comments

Comments
 (0)