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

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Feb 22, 2018
1 parent 196a917 commit 2213c6d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

## 2.2.0 (2018-02-22)

### Enhancements

* Apply `Configuation.filters` to all aspects of the payload that can contain custom data [#131](https://github.com/bugsnag/bugsnag-node/pull/131)

### Bug fixes

* Don't call `req.connection.address()` in `requestInfo()` if it's not available (to support express-like [`serverless-http`](https://github.com/dougmoscrop/serverless-http) framework) [Julien Guépin](https://github.com/jguepin) [#132](https://github.com/bugsnag/bugsnag-node/pull/132)

## 2.1.3 (2018-01-25)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/notifier.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
name: "Bugsnag Node Notifier",
version: "2.1.3",
version: "2.2.0",
url: "https://github.com/bugsnag/bugsnag-node"
}
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.1.3",
"version": "2.2.0",
"main": "./lib/bugsnag.js",
"typings": "./lib/bugsnag.d.ts",
"homepage": "http://bugsnag.com",
Expand Down

0 comments on commit 2213c6d

Please sign in to comment.