Skip to content

Commit 801a42e

Browse files
chore: Prepare release 2.0.0 (#289)
1 parent a6333c5 commit 801a42e

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 2.0.0
2+
3+
- refactor!: #262 remove deprecated methods (#288)
4+
- fix: #273 enable isAnonymous parameter (#284)
5+
- docs: #161 Document methods using tsdoc format (#274)
6+
- chore(deps): bump config in /examples/express-sample (#276)
7+
- chore(deps): bump config in /examples/using-domains (#282)
8+
- chore(deps-dev): bump @eslint/js from 9.4.0 to 9.6.0 (#279)
9+
- chore(deps-dev): bump @stylistic/eslint-plugin from 2.2.2 to 2.3.0 (#286)
10+
- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.2.2 to 2.3.0 (#280)
11+
- chore(deps-dev): bump @types/node from 20.14.8 to 20.14.9 (#278)
12+
- chore(deps-dev): bump @types/node from 20.14.9 to 20.14.10 (#285)
13+
- chore(deps-dev): bump tap from 19.2.5 to 20.0.3 (#277)
14+
- chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 (#287)
15+
- chore(deps-dev): bump typescript-eslint from 7.13.1 to 7.15.0 (#283)
16+
17+
**BREAKING CHANGE**
18+
19+
- Removed deprecated methods `setUser()` and `sendWithCallback()`
20+
121
## 1.2.0
222

323
- feat: #218 Optional `userInfo` in `send()`

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": "1.2.0",
4+
"version": "2.0.0",
55
"homepage": "https://github.com/MindscapeHQ/raygun4node",
66
"author": {
77
"name": "Raygun",

0 commit comments

Comments
 (0)