Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Widdershin committed May 27, 2020
1 parent 96e3fc6 commit ea0c59b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.11.0
- Overhaul project to TypeScript, type definitions included in package
- Unhandled exceptions are now correctly tagged
- Add support for batch error reporting
- Add debug logging
- Fix Node buffer deprecation warning

## 0.10.2
- Move nock to devDependencies due to CVE
- Fix Travis Node v4 build
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "raygun",
"description": "Raygun.io plugin for Node",
"version": "0.10.2",
"description": "Raygun.io package for Node, written in TypeScript",
"version": "0.11.0",
"homepage": "https://github.com/MindscapeHQ/raygun4node",
"author": {
"name": "MindscapeHQ",
Expand All @@ -20,7 +20,8 @@
"url": "https://github.com/MindscapeHQ/raygun4node/blob/master/LICENSE-MIT"
}
],
"main": "build/raygun",
"main": "build/raygun.js",
"types": "build/raygun.d.ts",
"engines": {
"node": ">= 0.10.0"
},
Expand Down

0 comments on commit ea0c59b

Please sign in to comment.