Skip to content

Commit 96b4ece

Browse files
chore: Release 2.2.2 (#456)
* chore: Release 2.2.2 * chore: add test:cjs to CI run (#454)
1 parent 69d91bf commit 96b4ece

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm test
31+
# Run CommonJS compatibility test
32+
- run: npm run test:cjs
3133
# Run static analysis on JS files
3234
- run: npm run eslint
3335
# Run static analysis on TS files

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.2.2
4+
5+
- chore: add test:cjs to CI run (#454) (2026-01-30)
6+
- chore(deps-dev): bump tar from 7.5.6 to 7.5.7 (#455) (2026-01-30)
7+
38
## 2.2.1
49

510
- fix: replace uuid with crypto.randomUUID() for CommonJS compatibility (#452) (2026-01-27)

examples/express-sample/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/using-domains/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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,7 +1,7 @@
11
{
22
"name": "raygun",
33
"description": "Raygun package for Node.js, written in TypeScript",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"homepage": "https://github.com/MindscapeHQ/raygun4node",
66
"author": {
77
"name": "Raygun",

0 commit comments

Comments
 (0)