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

Commit

Permalink
v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Sep 1, 2017
1 parent a9f99cf commit 986bfaa
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.1 (2017-09-01)

### Enhancements

* Stop swallowing errors when `shouldNotify() == false`
[Alex Moinet](https://github.com/Cawllec)
[#113](https://github.com/bugsnag/bugsnag-node/pull/113)

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

0 comments on commit 986bfaa

Please sign in to comment.