diff --git a/CHANGELOG.md b/CHANGELOG.md index 843e508..d5237f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.1.0 + +- chore(deps): bump cookie and express (#329) (2024-10-10) +- chore(deps): bump cookie, cookie-parser and express in /examples/express-sample (#328) (2024-10-10) + ## 2.1.0-alpha - feat: Add configurable timeouts (#320) (2024-10-03) diff --git a/package-lock.json b/package-lock.json index 04ff531..871b607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raygun", - "version": "2.1.0-alpha", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "raygun", - "version": "2.1.0-alpha", + "version": "2.1.0", "dependencies": { "@types/express": "^4.17.21", "debug": "^4.3.4", diff --git a/package.json b/package.json index 4a43c0f..3e6d170 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "raygun", "description": "Raygun package for Node.js, written in TypeScript", - "version": "2.1.0-alpha", + "version": "2.1.0", "homepage": "https://github.com/MindscapeHQ/raygun4node", "author": { "name": "Raygun",