We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12401c2 commit 2026801Copy full SHA for 2026801
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.4.0
4
+
5
+- Refactor, remove rolling option and fix unreliable tests (#283)
6
+- Avoid override set-cookie (#320)
7
8
## 3.3.2
9
10
- Fix cookie expiry. (Fix #280)
package.json
@@ -1,6 +1,6 @@
{
"name": "next-session",
- "version": "3.3.2",
+ "version": "3.4.0",
"description": "Simple promise-based session middleware for Next.js",
"keywords": [
"javascript",
0 commit comments