From f1e444ff72fcfe6c5ac92947cfaadf5559958c50 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Fri, 4 Oct 2024 07:18:30 +0200 Subject: [PATCH] chore: Alpha release 2.1.0-alpha --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e90de..843e508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## 2.1.0-alpha + +- feat: Add configurable timeouts (#320) (2024-10-03) +- feat: Support Node v22 (#317) (2024-09-25) +- ci: Set dependabot interval to "monthly" (#295) (2024-07-23) +- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.7.2 to 2.8.0 (#323) (2024-10-01) +- chore(deps-dev): bump @stylistic/eslint-plugin from 2.7.2 to 2.8.0 (#325) (2024-10-01) +- chore(deps): bump debug from 4.3.5 to 4.3.7 (#324) (2024-10-01) +- chore(deps-dev): bump eslint from 8.57.0 to 9.11.1 (#326) (2024-10-01) +- chore(deps): bump serve-static and express (#315) (2024-09-23) +- chore(deps): bump body-parser and express in /examples/express-sample (#314) (2024-09-23) +- chore(deps-dev): bump typescript-eslint from 7.17.0 to 8.3.0 (#310) (2024-09-02) +- chore(deps-dev): bump tap from 21.0.0 to 21.0.1 (#309) (2024-09-02) +- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.6.0 to 2.7.2 (#308) (2024-09-02) +- chore(deps-dev): bump nock from 13.5.4 to 13.5.5 (#307) (2024-09-02) +- chore(deps-dev): bump @stylistic/eslint-plugin from 2.6.0 to 2.7.2 (#306) (2024-09-02) +- chore(deps-dev): bump @types/node from 20.14.11 to 22.0.2 (#303) (2024-08-01) +- chore(deps-dev): bump @stylistic/eslint-plugin from 2.3.0 to 2.6.0 (#302) (2024-08-01) +- chore(deps-dev): bump @eslint/js from 9.7.0 to 9.8.0 (#301) (2024-08-01) +- chore(deps-dev): bump typescript-eslint from 7.16.1 to 7.17.0 (#300) (2024-07-23) +- chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 (#299) (2024-07-23) +- chore(deps-dev): bump semver from 7.6.2 to 7.6.3 (#298) (2024-07-22) +- chore(deps-dev): bump @types/node from 20.14.10 to 20.14.11 (#296) (2024-07-22) +- chore(deps-dev): bump typescript-eslint from 7.16.0 to 7.16.1 (#297) (2024-07-22) +- chore(deps-dev): bump tap from 20.0.3 to 21.0.0 (#294) (2024-07-17) +- chore(deps-dev): bump typescript-eslint from 7.15.0 to 7.16.0 (#293) (2024-07-17) +- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 (#292) (2024-07-17) +- chore(deps-dev): bump @eslint/js from 9.6.0 to 9.7.0 (#291) (2024-07-17) + ## 2.0.0 - refactor!: #262 remove deprecated methods (#288) diff --git a/package-lock.json b/package-lock.json index 7d7ba0b..86a775d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "raygun", - "version": "2.0.0", + "version": "2.1.0-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "raygun", - "version": "2.0.0", + "version": "2.1.0-alpha", "dependencies": { "@types/express": "^4.17.21", "debug": "^4.3.4", diff --git a/package.json b/package.json index 67397e9..4a43c0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "raygun", "description": "Raygun package for Node.js, written in TypeScript", - "version": "2.0.0", + "version": "2.1.0-alpha", "homepage": "https://github.com/MindscapeHQ/raygun4node", "author": { "name": "Raygun",