Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit d8a6cdd

Browse files
committed
v0.7.0
1 parent 244496f commit d8a6cdd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.7.0 -
2+
* add `session.destroy()` alias for `session.reset()`
3+
* invalid base64 will return undefined instead of throw
4+
15
0.6.0 -
26
* add secret can also be a Buffer
37
* add `encryptonKey` and `signatureKey` options, to be used instead of `secret`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "client-sessions",
3-
"version" : "0.6.0",
3+
"version" : "0.7.0",
44
"description" : "secure sessions stored in cookies",
55
"main" : "lib/client-sessions",
66
"repository" : {

0 commit comments

Comments
 (0)