Skip to content

Commit 14b2bbd

Browse files
chore: Release 2.2.1 (#453)
1 parent 94e6951 commit 14b2bbd

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## 2.2.1
4+
5+
- fix: replace uuid with crypto.randomUUID() for CommonJS compatibility (#452) (2026-01-27)
6+
37
## 2.2.0
48

59
- chore: fix for glob dev vulnerability (#449) (2026-01-24)

package-lock.json

Lines changed: 11 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.0",
4+
"version": "2.2.1",
55
"homepage": "https://github.com/MindscapeHQ/raygun4node",
66
"author": {
77
"name": "Raygun",

0 commit comments

Comments
 (0)