Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 1, 2016
1 parent c7cf922 commit 89131b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.6.x
=====
0.6.0 / 2016-02-29
==================

* Add `secure` constructor option for secure connection checking
* Change constructor to signature `new Cookies(req, res, [options])`
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": "cookies",
"version": "0.5.1",
"version": "0.6.0",
"description": "Cookies, optionally signed using Keygrip.",
"main": "./lib/cookies",
"dependencies": {
Expand Down

0 comments on commit 89131b2

Please sign in to comment.