Skip to content

Commit

Permalink
v0.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Dec 23, 2011
1 parent 1a46b5f commit ea2afc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.3.31

* Fixed a bug where Parted middleware was not bubbling rejections.

## v0.3.30

* Fixed a bug causing before callbacks to cause errors.
Expand Down
2 changes: 1 addition & 1 deletion lib/bogart.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var
inherits = require('util').inherits,
EventEmitter = require('events').EventEmitter;

exports.version = [0,3,30];
exports.version = [0,3,31];

exports.q = Q;

Expand Down

0 comments on commit ea2afc4

Please sign in to comment.