Skip to content

Commit

Permalink
chore(Release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
### [1.1.3](v1.1.2...v1.1.3) (2020-07-18)

### Bug Fixes

* **Build:** Exclude server-side `cookies` library from Webpack build ([6c3f044](6c3f044)), closes [#8](#8)
  • Loading branch information
semantic-release-bot committed Jul 18, 2020
1 parent 6c3f044 commit a0d01db
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.3](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v1.1.2...v1.1.3) (2020-07-18)


### Bug Fixes

* **Build:** Exclude server-side `cookies` library from Webpack build ([6c3f044](https://github.com/bjoluc/next-redux-cookie-wrapper/commit/6c3f044428318dfe335ac4a01f891d3de272fbac)), closes [#8](https://github.com/bjoluc/next-redux-cookie-wrapper/issues/8)

### [1.1.2](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v1.1.1...v1.1.2) (2020-07-14)


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.2",
"version": "1.1.3",
"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 a0d01db

Please sign in to comment.