Skip to content

Commit 000fe6a

Browse files
committed
chore: Release 2.2.9
1 parent 7e1677e commit 000fe6a

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

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.9
4+
5+
- Maintenance-only release; no public API or runtime behavior changes.
6+
- Updated vulnerable development dependencies and upgraded `fast-uri` to 3.1.7 (#551, #553).
7+
- Hardened npm CI with disabled dependency lifecycle scripts, runtime audits, registry signature verification, and known-malicious-version blocking (#555).
8+
- Added clean installation, audit, and smoke checks for both example applications (#555).
9+
- Updated both examples to `config` 5.0.1 and refreshed Express example dependencies (#549, #550, #556).
10+
- Grouped routine patch and minor Dependabot updates on a monthly schedule with a seven-day cooldown; major and security updates remain separate (#554).
11+
- Refreshed development tooling, including ESLint, TypeScript ESLint, Nock, Prettier, and Node.js type definitions.
12+
313
## 2.2.8
414

515
- Maintenance-only release; no public API or runtime behavior changes.

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

0 commit comments

Comments
 (0)