Skip to content

Commit

Permalink
Updated version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Kretschek committed Oct 20, 2014
1 parent 586a8bd commit 524c64f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.1.5 / 2014-10-20
==================

* improved: added the `handler` parameter, allowing to take more advanced
actions when the server is too busy
* improved: added the option to change the status sent when the server is
too busy


0.1.4 / 2014-10-11
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toobusy-middleware",
"version": "0.1.4",
"version": "0.1.5",
"description": "Express middleware that blocks requests when the process is to busy.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 524c64f

Please sign in to comment.