diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f643202..05cb244f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.2.0](https://github.com/Akurganow/use-persisted-state/compare/v1.1.5...v1.2.0) (2023-10-09) + + +### Features + +* Move is checks to external package ([a7f7732](https://github.com/Akurganow/use-persisted-state/commit/a7f77328b1fd86ea716143b385d8b3ba18300961)) + ## [1.1.5](https://github.com/Akurganow/use-persisted-state/compare/v1.1.4...v1.1.5) (2023-10-08) diff --git a/package-lock.json b/package-lock.json index 8f31f09c..55b5a230 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@plq/use-persisted-state", - "version": "1.1.5", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@plq/use-persisted-state", - "version": "1.1.5", + "version": "1.2.0", "license": "MIT", "dependencies": { "@plq/is": "^1.2.0" diff --git a/package.json b/package.json index 46a2dbeb..89c6f87c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plq/use-persisted-state", - "version": "1.1.5", + "version": "1.2.0", "description": "useState hook with persistence in storage", "main": "lib/index.js", "types": "lib/index.d.ts",