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

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Jun 7, 2018
1 parent c656130 commit 256b7d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## 2.4.1 (2018-06-07)

### Fixed
- TypeScript definitions updated to match current configuration options (#144) (@amrocha)

## 2.4.0 (2018-06-01)

**Note**: this release alters the behaviour of the notifier to track sessions automatically.
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.4.0",
version: "2.4.1",
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.4.0",
"version": "2.4.1",
"main": "./lib/bugsnag.js",
"typings": "./lib/bugsnag.d.ts",
"homepage": "http://bugsnag.com",
Expand Down

0 comments on commit 256b7d2

Please sign in to comment.