Skip to content

Commit

Permalink
chore(release): 2.1.2
Browse files Browse the repository at this point in the history
### [2.1.2](v2.1.1...v2.1.2) (2021-12-13)

### Bug Fixes

* Fix client-side hydration on pages without server-side data fetching methods ([8246f5c](8246f5c)), closes [#22](#22)
  • Loading branch information
semantic-release-bot committed Dec 13, 2021
1 parent 459cc2e commit 2ecdf69
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.1.2](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v2.1.1...v2.1.2) (2021-12-13)


### Bug Fixes

* Fix client-side hydration on pages without server-side data fetching methods ([8246f5c](https://github.com/bjoluc/next-redux-cookie-wrapper/commit/8246f5c4260c4524dca279acc28163c970d6ff2a)), closes [#22](https://github.com/bjoluc/next-redux-cookie-wrapper/issues/22)

### [2.1.1](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v2.1.0...v2.1.1) (2021-11-23)


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.1.1",
"version": "2.1.2",
"description": "Sync a subset of your Redux state with cookies in Next.js 🍪 ✨",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 2ecdf69

Please sign in to comment.