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 a551e39 commit b1720aeCopy full SHA for b1720ae
History.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.6.1 - 2018-05-10
4
+
5
+- fix: correctly detect errors from vm (#457)
6
+- ref: use console.warn for alerts and store them in Set (#455)
7
+- ci: Add node 9 and 10 to travis builds (#456)
8
9
## 2.6.0 - 2018-04-24
10
11
- fix: Use shallow-copy instead of deep-copy when working with context to prevent too large memory usage and slowing down request resonses [See #452]
package.json
@@ -9,7 +9,7 @@
"raven",
"sentry"
],
12
- "version": "2.6.0",
+ "version": "2.6.1",
13
"repository": "git://github.com/getsentry/raven-node.git",
14
"license": "BSD-2-Clause",
15
"homepage": "https://github.com/getsentry/raven-node",
0 commit comments