Skip to content

Commit ea19288

Browse files
committed
2.4.2
1 parent dcb7f7c commit ea19288

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.4.2 - 2018-02-27
4+
5+
fix: Dont throw exception when called captureException without config (#431)
6+
fix: Preserve context in for rejected promises (#428)
7+
ref: Log promise rejection reason alongside eventid (#434)
8+
ref: Use named function for middlewares (#429)
9+
310
## 2.4.1 - 2018-02-09
411

512
- fix: Handle scoped packages structure in node-lsmod (#426)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"raven",
1010
"sentry"
1111
],
12-
"version": "2.4.1",
12+
"version": "2.4.2",
1313
"repository": "git://github.com/getsentry/raven-node.git",
1414
"license": "BSD-2-Clause",
1515
"homepage": "https://github.com/getsentry/raven-node",

0 commit comments

Comments
 (0)