Skip to content

Commit 750f102

Browse files
committed
0.8.1
1 parent 12a7d53 commit 750f102

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

History.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.8.1 - 06/15/2015
2+
* Fixed a missing `domain` import in the Express/Connect middleware [See #120]
3+
14
# 0.8.0 - 06/15/2015
25
* Drop support for node 0.6
36
* Remove `SENTRY_SITE` environment variable usage

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"debugging",
1010
"exceptions"
1111
],
12-
"version": "0.8.0",
12+
"version": "0.8.1",
1313
"repository": "git://github.com/getsentry/raven-node.git",
1414
"author": "Matt Robenolt <[email protected]>",
1515
"license": "BSD",

0 commit comments

Comments
 (0)