diff --git a/package-lock.json b/package-lock.json index caa4750..fa9e0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,12 @@ { "name": "small-store", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "small-store", - "version": "3.0.0", - "hasInstallScript": true, + "version": "3.0.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.3", diff --git a/package.json b/package.json index b5c77f9..5938b57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "small-store", - "version": "3.0.0", + "version": "3.0.1", "description": "A small, immutable, reactive and framework agnostic state store under 2KB powered by rxjs and immer with native typescript support. To be used with vanilla, react, preact, angular, vue or whatever you like.", "author": "Simon Lepel (https://simbo.de)", "license": "MIT",