Skip to content

Commit

Permalink
chore: Prepare release 2.0.0 (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored Jul 15, 2024
1 parent a6333c5 commit 801a42e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 2.0.0

- refactor!: #262 remove deprecated methods (#288)
- fix: #273 enable isAnonymous parameter (#284)
- docs: #161 Document methods using tsdoc format (#274)
- chore(deps): bump config in /examples/express-sample (#276)
- chore(deps): bump config in /examples/using-domains (#282)
- chore(deps-dev): bump @eslint/js from 9.4.0 to 9.6.0 (#279)
- chore(deps-dev): bump @stylistic/eslint-plugin from 2.2.2 to 2.3.0 (#286)
- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.2.2 to 2.3.0 (#280)
- chore(deps-dev): bump @types/node from 20.14.8 to 20.14.9 (#278)
- chore(deps-dev): bump @types/node from 20.14.9 to 20.14.10 (#285)
- chore(deps-dev): bump tap from 19.2.5 to 20.0.3 (#277)
- chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 (#287)
- chore(deps-dev): bump typescript-eslint from 7.13.1 to 7.15.0 (#283)

**BREAKING CHANGE**

- Removed deprecated methods `setUser()` and `sendWithCallback()`

## 1.2.0

- feat: #218 Optional `userInfo` in `send()`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "raygun",
"description": "Raygun package for Node.js, written in TypeScript",
"version": "1.2.0",
"version": "2.0.0",
"homepage": "https://github.com/MindscapeHQ/raygun4node",
"author": {
"name": "Raygun",
Expand Down

0 comments on commit 801a42e

Please sign in to comment.