From 90c91abd86e66660998b608a4ec564191fb449aa Mon Sep 17 00:00:00 2001 From: Simon Lepel Date: Tue, 15 Dec 2020 22:41:28 +0100 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a2f12d6..e73a3b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "small-store", - "version": "0.1.2", + "version": "1.0.0", "description": "A small, immutable, reactive and framework agnostic state store under 2KB powered by rxjs and immer with full typescript support. To be used with vanilla, react, preact, angular, vue or whatever you like.", "author": "Simon Lepel (https://simbo.de)", "license": "MIT",