diff --git a/CHANGELOG.md b/CHANGELOG.md index 162bc44..c426adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 704d08f..db7a125 100644 --- a/package.json +++ b/package.json @@ -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",