Skip to content

Commit 1aa55f6

Browse files
chore: Release 2.2.0 (#450)
1 parent 78d1b63 commit 1aa55f6

File tree

3 files changed

+78
-3
lines changed

3 files changed

+78
-3
lines changed

CHANGELOG.md

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

3+
## 2.2.0
4+
5+
- chore: fix for glob dev vulnerability (#449) (2026-01-24)
6+
- fix: broken express-sample and dependency updates in domains sample (#448) (2026-01-24)
7+
- chore: adding AGENTS.md for better working with AI (#447) (2026-01-23)
8+
- chore(deps-dev): bump tar from 7.5.3 to 7.5.6 (#445) (2026-01-22)
9+
- chore(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#446) (2026-01-22)
10+
- chore(deps-dev): bump tar from 7.5.2 to 7.5.3 (#444) (2026-01-19)
11+
- chore(deps-dev): bump eslint-plugin-tsdoc from 0.4.0 to 0.5.0 (#439) (2026-01-07)
12+
- chore(deps-dev): bump eslint from 9.39.1 to 9.39.2 (#440) (2026-01-07)
13+
- chore(deps-dev): bump prettier from 3.7.3 to 3.7.4 (#441) (2026-01-07)
14+
- chore(deps-dev): bump typescript-eslint from 8.45.0 to 8.51.0 (#442) (2026-01-07)
15+
- chore(deps-dev): bump qs from 6.14.0 to 6.14.1 (#443) (2026-01-07)
16+
- chore(deps-dev): bump @stylistic/eslint-plugin from 5.4.0 to 5.6.1 (#432) (2025-12-09)
17+
- chore(deps-dev): bump @types/node from 24.9.2 to 24.10.1 (#431) (2025-12-09)
18+
- chore(deps-dev): bump prettier from 3.6.2 to 3.7.3 (#430) (2025-12-09)
19+
- chore(deps-dev): bump eslint from 9.39.0 to 9.39.1 (#429) (2025-12-09)
20+
- chore(deps): bump body-parser in /examples/express-sample (#434) (2025-12-09)
21+
- chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#437) (2025-12-09)
22+
- chore(deps): bump actions/checkout from 5 to 6 (#435) (2025-12-02)
23+
- chore(deps-dev): bump express from 5.1.0 to 5.2.0 (#436) (2025-12-02)
24+
- chore(deps): bump actions/setup-node from 5 to 6 (#428) (2025-11-01)
25+
- chore(deps-dev): bump @types/node from 24.6.1 to 24.9.2 (#427) (2025-11-01)
26+
- chore(deps-dev): bump eslint from 9.34.0 to 9.39.0 (#425) (2025-11-01)
27+
- chore(deps-dev): bump tap from 21.1.0 to 21.1.1 (#426) (2025-11-01)
28+
- chore(deps-dev): bump semver from 7.7.2 to 7.7.3 (#424) (2025-11-01)
29+
- chore(deps): bump @types/express from 5.0.3 to 5.0.5 (#423) (2025-11-01)
30+
- chore(deps): bump uuid from 11.1.0 to 13.0.0 (#417) (2025-10-01)
31+
- chore(deps-dev): bump typescript from 5.9.2 to 5.9.3 (#418) (2025-10-01)
32+
- chore(deps): bump actions/setup-node from 4 to 5 (#422) (2025-10-01)
33+
- chore(deps-dev): bump @types/node from 24.3.0 to 24.6.1 (#421) (2025-10-01)
34+
- chore(deps-dev): bump typescript-eslint from 8.41.0 to 8.45.0 (#420) (2025-10-01)
35+
- chore(deps-dev): bump @stylistic/eslint-plugin from 5.2.3 to 5.4.0 (#419) (2025-10-01)
36+
- chore(deps): bump config from 4.1.0 to 4.1.1 in /examples/using-domains (#413) (2025-09-02)
37+
- chore(deps-dev): bump @stylistic/eslint-plugin from 5.2.2 to 5.2.3 (#412) (2025-09-02)
38+
- chore(deps): bump config from 4.1.0 to 4.1.1 in /examples/express-sample (#414) (2025-09-02)
39+
- chore(deps): bump amannn/action-semantic-pull-request from 5 to 6 (#415) (2025-09-02)
40+
- chore(deps-dev): bump eslint from 9.30.0 to 9.34.0 (#410) (2025-09-02)
41+
- chore(deps-dev): bump typescript-eslint from 8.39.0 to 8.41.0 (#411) (2025-09-02)
42+
- chore(deps-dev): bump @types/node from 24.0.8 to 24.3.0 (#409) (2025-09-02)
43+
- chore(deps-dev): bump @eslint/js from 9.32.0 to 9.34.0 (#408) (2025-09-02)
44+
- chore(deps): bump actions/checkout from 4 to 5 (#416) (2025-09-02)
45+
- chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 (#404) (2025-08-05)
46+
- chore(deps-dev): bump @eslint/js from 9.30.0 to 9.32.0 (#403) (2025-08-01)
47+
- chore(deps-dev): bump @stylistic/eslint-plugin from 5.1.0 to 5.2.2 (#401) (2025-08-01)
48+
- chore(deps-dev): bump nock from 14.0.5 to 14.0.7 (#402) (2025-08-01)
49+
- chore(deps-dev): bump typescript-eslint from 8.35.1 to 8.38.0 (#405) (2025-08-01)
50+
- chore(deps): bump config from 4.0.0 to 4.1.0 in /examples/express-sample (#406) (2025-08-01)
51+
- chore(deps): bump config from 4.0.0 to 4.1.0 in /examples/using-domains (#407) (2025-08-01)
52+
- chore(deps): bump on-headers and morgan in /examples/express-sample (#400) (2025-07-22)
53+
- chore(deps-dev): bump typescript-eslint from 8.33.0 to 8.35.1 (#399) (2025-07-01)
54+
- chore(deps-dev): bump @types/node from 22.15.29 to 24.0.8 (#398) (2025-07-01)
55+
- chore(deps-dev): bump semver from 7.7.1 to 7.7.2 (#397) (2025-07-01)
56+
- chore(deps): bump @types/express from 5.0.1 to 5.0.3 (#396) (2025-07-01)
57+
- chore(deps-dev): bump prettier from 3.5.3 to 3.6.2 (#395) (2025-07-01)
58+
- chore(deps-dev): bump eslint from 9.25.1 to 9.30.0 (#393) (2025-07-01)
59+
- chore(deps): bump creyD/prettier_action from 4.5 to 4.6 (#394) (2025-07-01)
60+
- chore(deps-dev): bump @eslint/js from 9.25.1 to 9.30.0 (#392) (2025-07-01)
61+
- chore(deps-dev): bump @stylistic/eslint-plugin from 4.4.0 to 5.1.0 (#391) (2025-07-01)
62+
- chore(deps-dev): bump nock from 14.0.0 to 14.0.5 (#390) (2025-07-01)
63+
- chore(deps): bump serve-favicon in /examples/express-sample (#389) (2025-07-01)
64+
- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 4.4.0 to 4.4.1 (#388) (2025-07-01)
65+
- chore(deps): bump config from 3.3.12 to 4.0.0 in /examples/using-domains (#387) (2025-06-02)
66+
- chore(deps): bump config in /examples/express-sample (#381) (2025-06-02)
67+
- chore(deps-dev): bump @stylistic/eslint-plugin from 2.11.0 to 4.4.0 (#384) (2025-06-02)
68+
- chore(deps): bump debug from 4.4.0 to 4.4.1 (#382) (2025-06-02)
69+
- chore(deps-dev): bump typescript-eslint from 8.31.1 to 8.33.0 (#383) (2025-06-02)
70+
- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 4.2.0 to 4.4.0 (#385) (2025-06-02)
71+
- chore(deps-dev): bump @types/node from 22.13.0 to 22.15.29 (#386) (2025-06-02)
72+
- chore(deps): bump creyD/prettier_action from 4.3 to 4.5 (#380) (2025-06-02)
73+
- chore(deps-dev): bump typescript-eslint from 8.29.0 to 8.31.1 (#377) (2025-05-01)
74+
- chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 (#379) (2025-05-01)
75+
- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 4.1.0 to 4.2.0 (#375) (2025-05-01)
76+
- chore(deps-dev): bump eslint from 9.23.0 to 9.25.1 (#376) (2025-05-01)
77+
378
## 2.1.2
479

580
- fix(sdk): Add host to headers if specified (#373) (2025-04-08)

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

0 commit comments

Comments
 (0)