From 79ef6ad73adf183fd5745230e83eb0ae3a578870 Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Fri, 24 Feb 2017 18:36:40 -0800 Subject: [PATCH] Release v1.9.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8626578..8536bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +## 1.9.1 (2017-02-24) + +### Bug Fixes + +* Fix premature return in configure, leading to `sendCode` not being updated + [Jacob Marshall](https://github.com/jacobmarshall) + [#92](https://github.com/bugsnag/bugsnag-node/pull/92) + ## 1.9.0 (2016-11-07) ### Enhancements diff --git a/package.json b/package.json index 4ee83ca..9fd06f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bugsnag", "description": "Bugsnag notifier for node.js scripts", - "version": "1.9.0", + "version": "1.9.1", "main": "./lib/bugsnag.js", "homepage": "http://bugsnag.com", "dependencies": {