We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a7d53 commit 750f102Copy full SHA for 750f102
History.md
@@ -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
+
4
# 0.8.0 - 06/15/2015
5
* Drop support for node 0.6
6
* Remove `SENTRY_SITE` environment variable usage
package.json
@@ -9,7 +9,7 @@
9
"debugging",
10
"exceptions"
11
],
12
- "version": "0.8.0",
+ "version": "0.8.1",
13
"repository": "git://github.com/getsentry/raven-node.git",
14
"author": "Matt Robenolt <matt@ydekproductions.com>",
15
"license": "BSD",
0 commit comments