Skip to content

Commit

Permalink
chore(Release): 1.1.4 [skip ci]
Browse files Browse the repository at this point in the history
### [1.1.4](v1.1.3...v1.1.4) (2021-01-27)

### Bug Fixes

* **Build:** Use `browser` field in `package.json` to exclude `cookies` library from client build ([35edd02](35edd02)), closes [#8](#8) [#12](#12)
  • Loading branch information
semantic-release-bot committed Jan 27, 2021
1 parent 35edd02 commit 66f2071
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions 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.

### [1.1.4](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v1.1.3...v1.1.4) (2021-01-27)


### Bug Fixes

* **Build:** Use `browser` field in `package.json` to exclude `cookies` library from client build ([35edd02](https://github.com/bjoluc/next-redux-cookie-wrapper/commit/35edd022cf56153798badc0693d77b68495aba46)), closes [#8](https://github.com/bjoluc/next-redux-cookie-wrapper/issues/8) [#12](https://github.com/bjoluc/next-redux-cookie-wrapper/issues/12)

### [1.1.3](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v1.1.2...v1.1.3) (2020-07-18)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-redux-cookie-wrapper",
"version": "1.1.3",
"version": "1.1.4",
"description": "Use redux-persist and redux-persist-cookie-storage in Next.js – with ease",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 66f2071

Please sign in to comment.