diff --git a/CHANGELOG.md b/CHANGELOG.md index 31531ab..d3576c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.2.8 + +- Maintenance-only release; no public API or runtime behavior changes. +- chore(deps): bump actions/setup-node from 6 to 7 (#528) (2026-08-04) +- chore(deps-dev): bump tap from 21.7.2 to 21.7.5 (#529) (2026-08-04) +- chore(deps-dev): bump eslint from 10.7.0 to 10.8.0 (#531) (2026-08-04) +- chore(deps-dev): bump @types/node from 25.9.5 to 26.1.2 (#532) (2026-08-04) +- chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 (#527) (2026-08-01) +- chore(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 (#534) (2026-08-04) +- chore(deps-dev): bump body-parser to 2.3.0 (#537) (2026-08-04) + ## 2.2.7 - chore(deps-dev): bump qs from 6.15.0 to 6.15.2 (#502) (2026-05-24) diff --git a/package-lock.json b/package-lock.json index 94b6071..c0d289f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raygun", - "version": "2.2.7", + "version": "2.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "raygun", - "version": "2.2.7", + "version": "2.2.8", "dependencies": { "@types/express": "^5.0.0", "debug": "^4.3.4", diff --git a/package.json b/package.json index 249929d..720491f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "raygun", "description": "Raygun package for Node.js, written in TypeScript", - "version": "2.2.7", + "version": "2.2.8", "homepage": "https://github.com/MindscapeHQ/raygun4node", "author": { "name": "Raygun",