diff --git a/CHANGELOG.md b/CHANGELOG.md index 934f60a7..972f3ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.2.4](https://github.com/Akurganow/use-persisted-state/compare/v0.2.3...v0.2.4) (2020-06-02) + + +### Bug Fixes + +* **storage listener:** listen key remove ([76d4bf5](https://github.com/Akurganow/use-persisted-state/commit/76d4bf5227920e0739fc8292ffc7e657bb03f7c5)) + ### [0.2.3](https://github.com/Akurganow/use-persisted-state/compare/v0.2.2...v0.2.3) (2020-06-02) diff --git a/package-lock.json b/package-lock.json index 0c05c6e2..65faba92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@plq/use-persisted-state", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2695ccc..72a71b41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plq/use-persisted-state", - "version": "0.2.3", + "version": "0.2.4", "description": "useState hook with persistance in storage", "main": "lib/index.js", "types": "lib/index.d.ts",