Skip to content

Commit

Permalink
Update HISTORY for version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
howardabrams committed Feb 20, 2017
1 parent 1f6ee4a commit f787667
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v 1.6.1
-------

- Fix for Issue #130 for method chaining for `cookie()` and `clearCookie()`
- Fix for Issue #131 for adding `finished` to the response

v 1.6.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 @@
"author": "Howard Abrams <howard.abrams@gmail.com> (http://www.github.com/howardabrams)",
"name": "node-mocks-http",
"description": "Mock 'http' objects for testing Express routing functions",
"version": "1.5.6",
"version": "1.6.1",
"homepage": "https://github.com/howardabrams/node-mocks-http",
"bugs": {
"url": "https://github.com/howardabrams/node-mocks-http/issues"
Expand Down

0 comments on commit f787667

Please sign in to comment.