Skip to content

Commit 2026801

Browse files
committed
v3.4.0
1 parent 12401c2 commit 2026801

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.4.0
4+
5+
- Refactor, remove rolling option and fix unreliable tests (#283)
6+
- Avoid override set-cookie (#320)
7+
38
## 3.3.2
49

510
- Fix cookie expiry. (Fix #280)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-session",
3-
"version": "3.3.2",
3+
"version": "3.4.0",
44
"description": "Simple promise-based session middleware for Next.js",
55
"keywords": [
66
"javascript",

0 commit comments

Comments
 (0)