Skip to content

Commit 56998fd

Browse files
committed
2.4.1
1 parent 2060d3c commit 56998fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

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

3+
## 2.4.1 - 2018-02-09
4+
5+
- fix: Handle scoped packages structure in node-lsmod (#426)
6+
- fix: Report fatal errors as indeed "fatal" (#425)
7+
- ref: Use a named function for the middleware over an anonymous (#424)
8+
39
## 2.4.0 - 2018-01-24
410

511
- feat: Sensible non-Error exception serializer (#416)

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.0",
12+
"version": "2.4.1",
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)