From ec26765b78828fd08078a984a54da7e9c6685a4b Mon Sep 17 00:00:00 2001 From: Norman Rusch Date: Thu, 11 Apr 2024 12:07:58 +0200 Subject: [PATCH] Release 0.0.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcf22ea..036cf7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-hook-webstorage", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-hook-webstorage", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "dependencies": { "exenv": "^1.2.2" diff --git a/package.json b/package.json index 08bc168..58acf3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hook-webstorage", - "version": "0.0.2", + "version": "0.0.3", "description": "React hooks using WebStorage API like LocalStorage and SessionStorage", "license": "MIT", "author": "Norman Rusch",