From 7dccce38e51c262ba242f94ae1d7d1a8c06c5069 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Tue, 22 Oct 2024 06:18:50 +0200 Subject: [PATCH] chore: Prepare release 2.1.0 (#331) --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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",