Skip to content

Commit b319f4d

Browse files
committed
Bumping 0.2.3, fixes #2
1 parent 1cd81cd commit b319f4d

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.2.3 - 3/30/2012
2+
* Prevent any potentially odd stack traces from causing Raven to crash. [Fixes #2]
3+
14
# 0.2.2 - 3/22/2012
25
* raven.Client now emits `logged` and `error` events.
36

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "raven",
33
"description": "A standalone (Node.js) client for Sentry",
44
"keywords": ["raven", "sentry", "python"],
5-
"version": "0.2.3-dev",
5+
"version": "0.2.3",
66
"repository": "git://github.com/mattrobenolt/raven-node.git",
77
"author": "Matt Robenolt <[email protected]>",
88
"main": "index",

0 commit comments

Comments
 (0)