Skip to content

Commit 2be0c2b

Browse files
committed
3.3.1
1 parent b8bb0cd commit 2be0c2b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## 3.3.0
3+
## 3.3.1
4+
5+
- Fix callback store support (#273)
6+
- Set cookie properly :facepalm:
7+
8+
## ~~3.3.0~~
9+
10+
*Broken release*
411

512
- Remove the need to use promisifyStore and refactor (#257)
613
- Bump dependencies

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.0",
3+
"version": "3.3.1",
44
"description": "Simple promise-based session middleware for Next.js",
55
"keywords": [
66
"javascript",

0 commit comments

Comments
 (0)