Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
## [2.1.0](v2.0.1...v2.1.0) (2021-09-24)

### Features

* Implement configuration option to disable compression ([2cda67c](2cda67c)), closes [#18](#18)
  • Loading branch information
semantic-release-bot committed Sep 24, 2021
1 parent 3d72633 commit b199fc4
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.0](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v2.0.1...v2.1.0) (2021-09-24)


### Features

* Implement configuration option to disable compression ([2cda67c](https://github.com/bjoluc/next-redux-cookie-wrapper/commit/2cda67c06e78735918b0075c93a8f9b9df44e23b)), closes [#18](https://github.com/bjoluc/next-redux-cookie-wrapper/issues/18)

### [2.0.1](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v2.0.0...v2.0.1) (2021-05-21)


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.0.1",
"version": "2.1.0",
"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 b199fc4

Please sign in to comment.