From 68d5e1ae9f52286b0bb3aa91ca6c82d2caa261ae Mon Sep 17 00:00:00 2001 From: Ben Gourley Date: Tue, 9 Jan 2018 16:17:21 +0000 Subject: [PATCH] v2.1.2 --- CHANGELOG.md | 7 +++++++ lib/notifier.js | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8475c..8d25643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========= +## 2.1.2 (2018-01-09) + +### Enhancements + +* Migrate option name `sessionTrackingEnabled` -> `autoCaptureSessions` for consistency with other notifiers +* Session reporting now respects the `notifyReleaseStages` and will only send if error reports will + ## 2.1.1 (2018-01-08) ### Bug fixes diff --git a/lib/notifier.js b/lib/notifier.js index 467d244..6f685fe 100644 --- a/lib/notifier.js +++ b/lib/notifier.js @@ -1,5 +1,5 @@ module.exports = { name: "Bugsnag Node Notifier", - version: "2.1.1", + version: "2.1.2", url: "https://github.com/bugsnag/bugsnag-node" } diff --git a/package.json b/package.json index f0b449b..320a0ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bugsnag", "description": "Bugsnag notifier for node.js scripts", - "version": "2.1.1", + "version": "2.1.2", "main": "./lib/bugsnag.js", "typings": "./lib/bugsnag.d.ts", "homepage": "http://bugsnag.com",