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

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Oct 23, 2017
1 parent c1b0036 commit d3a9022
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

## 2.0.1 (2017-10-23)

### Bug fixes

* Fix type annotations
[Dan Prince](https://github.com/danprince).
[#118](https://github.com/bugsnag/bugsnag-node/pull/118)
* Fix `autoNotifyUnhandledRejection` option

## 2.0.0 (2017-10-02)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var Promise = require('promise'),
stringify = require("json-stringify-safe");

var NOTIFIER_NAME = "Bugsnag Node Notifier",
NOTIFIER_VERSION = "2.0.0",
NOTIFIER_VERSION = "2.0.1",
NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-node",
SUPPORTED_SEVERITIES = ["error", "warning", "info"];

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": "2.0.0",
"version": "2.0.1",
"main": "./lib/bugsnag.js",
"typings": "./lib/bugsnag.d.ts",
"homepage": "http://bugsnag.com",
Expand Down

0 comments on commit d3a9022

Please sign in to comment.