Skip to content

Commit aa6ac50

Browse files
committed
Merge pull request #157 from getsentry/0.11.0
0.11.0
2 parents 50ff869 + 3a19304 commit aa6ac50

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.11.0 - 5/5/2016
2+
* `captureError` renamed to `captureException` to match raven-js (alias exists for backwards compat)
3+
* `parsers.parseError` now coerces Error type to string. [See #155]
4+
15
# 0.10.0 - 1/24/2016
26
* Now supports global context for extra data, tags, user [See #141]
37
* Added `setUserContext`, `setExtraContext`, `setTagsContext`

package.json

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

0 commit comments

Comments
 (0)