Skip to content

Commit

Permalink
3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvvo committed Sep 2, 2020
1 parent b8bb0cd commit 2be0c2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## 3.3.0
## 3.3.1

- Fix callback store support (#273)
- Set cookie properly :facepalm:

## ~~3.3.0~~

*Broken release*

- Remove the need to use promisifyStore and refactor (#257)
- Bump dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2be0c2b

Please sign in to comment.