Skip to content

Commit b1720ae

Browse files
committed
2.6.1
1 parent a551e39 commit b1720ae

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.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+
39
## 2.6.0 - 2018-04-24
410

511
- 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

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