Skip to content

Commit

Permalink
Bump 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Mar 22, 2012
1 parent 902116a commit cc871ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.1 - 3/22/2012
* Fixed connect/express middleware, thanks Almad!

# 0.2.0 - 3/18/2012
* Renamed all methods to follow `client.capture*()` pattern. (Sorry if you were already using it!)
* All `npm` installed modules are shoved into Sentry for debugging
Expand Down
2 changes: 1 addition & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var parsers = require('./parsers'),
uuid = require('node-uuid'),
http = {http: require('http'), https: require('https')};

module.exports.version = '0.2.0';
module.exports.version = '0.2.1';

var Client = function Client(dsn, options) {
if(arguments.length === 0) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "raven",
"description": "A standalone (Node.js) client for Sentry",
"keywords": ["raven", "sentry", "python"],
"version": "0.2.0",
"version": "0.2.1",
"repository": "git://github.com/mattrobenolt/raven-node.git",
"author": "Matt Robenolt <matt@ydekproductions.com>",
"main": "index",
Expand Down

0 comments on commit cc871ca

Please sign in to comment.