Skip to content

Commit

Permalink
chore(release): 2.2.1
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2022-08-22)

### Bug Fixes

* Exclude `defaultState` from `NextReduxCookieMiddlewareConfig` interface ([a7b3a49](a7b3a49))
  • Loading branch information
semantic-release-bot committed Aug 22, 2022
1 parent a7b3a49 commit cb24803
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions main/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.1](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v2.2.0...v2.2.1) (2022-08-22)


### Bug Fixes

* Exclude `defaultState` from `NextReduxCookieMiddlewareConfig` interface ([a7b3a49](https://github.com/bjoluc/next-redux-cookie-wrapper/commit/a7b3a4957213211e15a1166c518d4f33db7a6b9a))

## [2.2.0](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v2.1.2...v2.2.0) (2022-08-22)


Expand Down
2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-redux-cookie-wrapper",
"version": "2.2.0",
"version": "2.2.1",
"description": "Sync a subset of your Redux state with cookies in Next.js 🍪 ✨",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit cb24803

Please sign in to comment.