Skip to content

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
### [2.1.1](v2.1.0...v2.1.1) (2021-11-23)

### Bug Fixes

* **Dependencies:** Install lz-string from the NPM registry instead of the GitHub repo ([f6c8d09](f6c8d09)), closes [#20](#20) [#20](#20)
  • Loading branch information
semantic-release-bot committed Nov 23, 2021
1 parent f6c8d09 commit a9a0ad2
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.1](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v2.1.0...v2.1.1) (2021-11-23)


### Bug Fixes

* **Dependencies:** Install lz-string from the NPM registry instead of the GitHub repo ([f6c8d09](https://github.com/bjoluc/next-redux-cookie-wrapper/commit/f6c8d09001f2374af8c8245186bad59ee0dc933f)), closes [#20](https://github.com/bjoluc/next-redux-cookie-wrapper/issues/20) [#20](https://github.com/bjoluc/next-redux-cookie-wrapper/issues/20)

## [2.1.0](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v2.0.1...v2.1.0) (2021-09-24)


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.0",
"version": "2.1.1",
"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 a9a0ad2

Please sign in to comment.