Skip to content

Commit

Permalink
Updated changelog, bumped version to v0.3.37
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Jan 14, 2012
1 parent 7f5ed0c commit 1e492d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.3.37

* Changed signature of view engine renderer function so that the caching mechanism is readily available for view engine implementations.
* ResponseBuilder helper, `bogart.response()`, can now be piped to successfully.

## v0.3.36

* Publishing v0.3.35 from windows seemed to cause issues when installing on unix. Therefore; I am republishing with only a version bump from linux.
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,36];
exports.version = [0,3,37];

exports.q = Q;

Expand Down

0 comments on commit 1e492d1

Please sign in to comment.