Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvvo committed Nov 25, 2020
1 parent 12401c2 commit 2026801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.4.0

- Refactor, remove rolling option and fix unreliable tests (#283)
- Avoid override set-cookie (#320)

## 3.3.2

- Fix cookie expiry. (Fix #280)
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.2",
"version": "3.4.0",
"description": "Simple promise-based session middleware for Next.js",
"keywords": [
"javascript",
Expand Down

0 comments on commit 2026801

Please sign in to comment.