diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a6faf8..80fa7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/bjoluc/next-redux-cookie-wrapper/compare/v1.0.0...v1.0.1) (2019-11-28) + # 1.0.0 (2019-11-27) diff --git a/package-lock.json b/package-lock.json index 7837f02..6792a69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "next-redux-cookie-wrapper", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7686585..8f2f04f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-redux-cookie-wrapper", - "version": "1.0.0", + "version": "1.0.1", "description": "Use redux-persist and redux-persist-cookie-storage in Next.js – with ease", "main": "dist/index.cjs.js", "module": "dist/index.esm.js",