Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.2.9

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

## 2.2.8

- Maintenance-only release; no public API or runtime behavior changes.
Expand Down
2 changes: 1 addition & 1 deletion examples/express-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/using-domains/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "raygun",
"description": "Raygun package for Node.js, written in TypeScript",
"version": "2.2.8",
"version": "2.2.9",
"homepage": "https://github.com/MindscapeHQ/raygun4node",
"author": {
"name": "Raygun",
Expand Down