Skip to content

Commit cb24803

Browse files
chore(release): 2.2.1
## [2.2.1](v2.2.0...v2.2.1) (2022-08-22) ### Bug Fixes * Exclude `defaultState` from `NextReduxCookieMiddlewareConfig` interface ([a7b3a49](a7b3a49))
1 parent a7b3a49 commit cb24803

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

main/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v2.2.0...v2.2.1) (2022-08-22)
7+
8+
9+
### Bug Fixes
10+
11+
* Exclude `defaultState` from `NextReduxCookieMiddlewareConfig` interface ([a7b3a49](https://github.com/bjoluc/next-redux-cookie-wrapper/commit/a7b3a4957213211e15a1166c518d4f33db7a6b9a))
12+
613
## [2.2.0](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v2.1.2...v2.2.0) (2022-08-22)
714

815

main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-redux-cookie-wrapper",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Sync a subset of your Redux state with cookies in Next.js 🍪 ✨",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)