Skip to content

Commit 4d5f535

Browse files
chore: Alpha release 2.1.0-alpha (#327)
1 parent f656198 commit 4d5f535

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 2.1.0-alpha
2+
3+
- feat: Add configurable timeouts (#320) (2024-10-03)
4+
- feat: Support Node v22 (#317) (2024-09-25)
5+
- ci: Set dependabot interval to "monthly" (#295) (2024-07-23)
6+
- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.7.2 to 2.8.0 (#323) (2024-10-01)
7+
- chore(deps-dev): bump @stylistic/eslint-plugin from 2.7.2 to 2.8.0 (#325) (2024-10-01)
8+
- chore(deps): bump debug from 4.3.5 to 4.3.7 (#324) (2024-10-01)
9+
- chore(deps-dev): bump eslint from 8.57.0 to 9.11.1 (#326) (2024-10-01)
10+
- chore(deps): bump serve-static and express (#315) (2024-09-23)
11+
- chore(deps): bump body-parser and express in /examples/express-sample (#314) (2024-09-23)
12+
- chore(deps-dev): bump typescript-eslint from 7.17.0 to 8.3.0 (#310) (2024-09-02)
13+
- chore(deps-dev): bump tap from 21.0.0 to 21.0.1 (#309) (2024-09-02)
14+
- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.6.0 to 2.7.2 (#308) (2024-09-02)
15+
- chore(deps-dev): bump nock from 13.5.4 to 13.5.5 (#307) (2024-09-02)
16+
- chore(deps-dev): bump @stylistic/eslint-plugin from 2.6.0 to 2.7.2 (#306) (2024-09-02)
17+
- chore(deps-dev): bump @types/node from 20.14.11 to 22.0.2 (#303) (2024-08-01)
18+
- chore(deps-dev): bump @stylistic/eslint-plugin from 2.3.0 to 2.6.0 (#302) (2024-08-01)
19+
- chore(deps-dev): bump @eslint/js from 9.7.0 to 9.8.0 (#301) (2024-08-01)
20+
- chore(deps-dev): bump typescript-eslint from 7.16.1 to 7.17.0 (#300) (2024-07-23)
21+
- chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 (#299) (2024-07-23)
22+
- chore(deps-dev): bump semver from 7.6.2 to 7.6.3 (#298) (2024-07-22)
23+
- chore(deps-dev): bump @types/node from 20.14.10 to 20.14.11 (#296) (2024-07-22)
24+
- chore(deps-dev): bump typescript-eslint from 7.16.0 to 7.16.1 (#297) (2024-07-22)
25+
- chore(deps-dev): bump tap from 20.0.3 to 21.0.0 (#294) (2024-07-17)
26+
- chore(deps-dev): bump typescript-eslint from 7.15.0 to 7.16.0 (#293) (2024-07-17)
27+
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 (#292) (2024-07-17)
28+
- chore(deps-dev): bump @eslint/js from 9.6.0 to 9.7.0 (#291) (2024-07-17)
29+
130
## 2.0.0
231

332
- refactor!: #262 remove deprecated methods (#288)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "raygun",
33
"description": "Raygun package for Node.js, written in TypeScript",
4-
"version": "2.0.0",
4+
"version": "2.1.0-alpha",
55
"homepage": "https://github.com/MindscapeHQ/raygun4node",
66
"author": {
77
"name": "Raygun",

0 commit comments

Comments
 (0)