We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bb0cd commit 2be0c2bCopy full SHA for 2be0c2b
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
3
-## 3.3.0
+## 3.3.1
4
+
5
+- Fix callback store support (#273)
6
+- Set cookie properly :facepalm:
7
8
+## ~~3.3.0~~
9
10
+*Broken release*
11
12
- Remove the need to use promisifyStore and refactor (#257)
13
- Bump dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "next-session",
- "version": "3.3.0",
+ "version": "3.3.1",
"description": "Simple promise-based session middleware for Next.js",
"keywords": [
"javascript",
0 commit comments