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

Commit

Permalink
Merge branch 'master' into handled-unhandled
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Oct 2, 2017
2 parents de9d65f + a105c91 commit e23c52b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

## 1.12.2 (2017-09-13)

### Bug fixes

* Handle and report invalid `notify(err)` argument. Fixes
[#110](https://github.com/bugsnag/bugsnag-node/issues/110).
[#114](https://github.com/bugsnag/bugsnag-node/pull/114)

## 1.12.1 (2017-09-01)

### 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 = "1.12.1",
NOTIFIER_VERSION = "1.12.2",
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": "1.12.1",
"version": "1.12.2",
"main": "./lib/bugsnag.js",
"typings": "./lib/bugsnag.d.ts",
"homepage": "http://bugsnag.com",
Expand Down

0 comments on commit e23c52b

Please sign in to comment.