From 8f6650cc447acb4bd97c83f04210c0196b24b4bf Mon Sep 17 00:00:00 2001 From: Alexander Kurganov Date: Fri, 29 May 2020 06:29:54 +0300 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 176c187d..e5a9d58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.2.1](https://github.com/Akurganow/use-persisted-state/compare/v0.2.0...v0.2.1) (2020-05-29) + + +### Bug Fixes + +* **init:** don't call setState when init with initialValue ([cb17cfb](https://github.com/Akurganow/use-persisted-state/commit/cb17cfbcdf8731ff7695311b35771c2736a11580)) + # [0.2.0](https://github.com/Akurganow/use-persisted-state/compare/v0.1.0...v0.2.0) (2020-05-29) # [0.1.0](https://github.com/Akurganow/use-persisted-state/compare/v0.0.10...v0.1.0) (2019-09-24) diff --git a/package-lock.json b/package-lock.json index 2ba8e5c1..2deb8a99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@plq/use-persisted-state", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4fd8643a..f1a29943 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plq/use-persisted-state", - "version": "0.2.0", + "version": "0.2.1", "description": "useState hook with persistance in storage", "main": "lib/index.js", "types": "lib/index.d.ts",