We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d470c01 commit 1ee2a27Copy full SHA for 1ee2a27
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.3.2
4
+
5
+- Fix cookie expiry. (Fix #280)
6
7
## 3.3.1
8
9
- Fix callback store support (#273)
package.json
@@ -1,6 +1,6 @@
{
"name": "next-session",
- "version": "3.3.1",
+ "version": "3.3.2",
"description": "Simple promise-based session middleware for Next.js",
"keywords": [
"javascript",
0 commit comments