Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
v0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Apr 9, 2013
1 parent d95cdbc commit 5c49cf5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,3 +1,10 @@
# 0.5.0 - 4/8/2013
* Remove NODE_ENV entirely, fixes many issues since people have different opinions on wtf this means
* Several fixes in collecting a better stack trace, thanks @azylman
* Pass exception through to the patchGlobal callback, thanks @ktmud [See #28]
* Official 0.10 support!
* Other misc things. https://github.com/mattrobenolt/raven-node/compare/v0.4.7...v0.5.0

# 0.4.7 - 1/13/2013
* Actually disable when NODE_ENV does not equal 'production' [Fixes #25]

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2012, Matt Robenolt
Copyright (c) 2013, Matt Robenolt
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "raven",
"description": "A standalone (Node.js) client for Sentry",
"keywords": ["raven", "sentry", "python"],
"version": "0.4.7",
"version": "0.5.0",
"repository": "git://github.com/mattrobenolt/raven-node.git",
"author": "Matt Robenolt <matt@ydekproductions.com>",
"license": "BSD",
Expand Down

0 comments on commit 5c49cf5

Please sign in to comment.