Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jun 8, 2017
1 parent 906700a commit d7d43a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

## 1.11.0 (2017-06-08)

### Enhancements

* Add the error which caused a report to be generated as a parameter to
`beforeNotifyCallbacks`.
[#101](https://github.com/bugsnag/bugsnag-node/issues/101)
[#103](https://github.com/bugsnag/bugsnag-node/pull/103)

## 1.10.0 (2017-04-06)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bugsnag",
"description": "Bugsnag notifier for node.js scripts",
"version": "1.10.0",
"version": "1.11.0",
"main": "./lib/bugsnag.js",
"typings": "./lib/bugsnag.d.ts",
"homepage": "http://bugsnag.com",
Expand Down

0 comments on commit d7d43a1

Please sign in to comment.