Skip to content

Commit c4f545a

Browse files
Merge pull request #420 from xapijs/version/3.0.2
3.0.2
2 parents 18723eb + 3e5f442 commit c4f545a

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 3.0.2 (19 Sep 2025)
2+
3+
- Added CLRF support to prettier ([#410](https://github.com/xapijs/xapi/pull/410))
4+
- Replaced YML CodeQL with GitHub built-in CodeQL ([#415](https://github.com/xapijs/xapi/pull/415))
5+
- Replaced `ContextActivity` with `Activity` ([#414](https://github.com/xapijs/xapi/issues/414), [#416](https://github.com/xapijs/xapi/pull/416))
6+
- Removed unused `babel-jest` dev dependency ([#409](https://github.com/xapijs/xapi/pull/409))
7+
- Removed CodeClimate ([#417](https://github.com/xapijs/xapi/pull/417))
8+
19
# 3.0.1 (21 Nov 2024)
210

311
- Bumped development dependencies

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)