Skip to content

Commit 44b217f

Browse files
chore: Release 2.2.3 (#464)
* chore: formatting fixes from linting * chore: Release 2.2.3 * fix: prettier formatting
1 parent 95db2c0 commit 44b217f

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

CHANGELOG.md

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

3+
## 2.2.3
4+
5+
- chore(deps): bump ejs from 3.1.10 to 4.0.1 in /examples/express-sample (#462)
6+
- chore(deps): bump config from 4.1.1 to 4.2.0 in /examples/using-domains (#463)
7+
- chore(deps-dev): bump prettier from 3.7.4 to 3.8.1 (#460)
8+
- chore(deps-dev): bump @types/node from 24.10.1 to 25.1.0 (#459)
9+
- chore(deps-dev): bump nock from 14.0.7 to 14.0.10 (#458)
10+
- chore(deps-dev): bump typescript-eslint from 8.51.0 to 8.54.0 (#457)
11+
- chore(deps-dev): bump @stylistic/eslint-plugin from 5.6.1 to 5.7.1 (#461)
12+
313
## 2.2.2
414

515
- chore: add test:cjs to CI run (#454) (2026-01-30)

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/express-sample/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"ejs": "~4.0.1",
1414
"express": "^4.21.2",
1515
"morgan": "^1.10.1",
16-
1716
"raygun": "file:../..",
1817
"serve-favicon": "^2.5.1"
1918
}

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

0 commit comments

Comments
 (0)