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

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Aug 26, 2016
1 parent 92e0832 commit c109bb3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Changelog
=========

## 1.8.0 (2016-08-26)

### Enhancements

* Add option to set custom headers
[#83](https://github.com/bugsnag/bugsnag-node/pull/83)
* Use `error.name` instead of `error.constructor.name` where available
[Jyrki Laurila](https://github.com/jylauril)
[#77](https://github.com/bugsnag/bugsnag-node/pull/77)
* Invoke notify callback with errors
[Jacob Marshall](https://github.com/jacobmarshall)
[#80](https://github.com/bugsnag/bugsnag-node/pull/80)

### Bug Fixes

* Fix setting default project root when `require.main.filename` does not exist
* Clone objects before filtering to avoid modifying referenced objects
[Percy Hatcherson](https://github.com/primitive-type)
[#82](https://github.com/bugsnag/bugsnag-node/pull/82)
* Remove duplicated scrubbed metadata from request payloads
[#72](https://github.com/bugsnag/bugsnag-node/pull/72)


## 1.7.0 (2016-01-27)

### Bug Fixes
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.7.0",
"version": "1.8.0",
"main": "./lib/bugsnag.js",
"homepage": "http://bugsnag.com",
"dependencies": {
Expand Down

0 comments on commit c109bb3

Please sign in to comment.