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

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Jan 25, 2018
1 parent 60bee54 commit be8431b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
Changelog
=========

## 2.1.3 (2018-01-25)

### Bug fixes

* Reverted a payload change which made the notifier not backwards compatible with older versions of Bugsnag On-premise [#128](https://github.com/bugsnag/bugsnag-node/pull/128)

## 2.1.2 (2018-01-09)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/notifier.js
@@ -1,5 +1,5 @@
module.exports = {
name: "Bugsnag Node Notifier",
version: "2.1.2",
version: "2.1.3",
url: "https://github.com/bugsnag/bugsnag-node"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "bugsnag",
"description": "Bugsnag notifier for node.js scripts",
"version": "2.1.2",
"version": "2.1.3",
"main": "./lib/bugsnag.js",
"typings": "./lib/bugsnag.d.ts",
"homepage": "http://bugsnag.com",
Expand Down

0 comments on commit be8431b

Please sign in to comment.