From 4f105f231fc99bbb961abdc2bb1a1a439a33381e Mon Sep 17 00:00:00 2001 From: Paul Myburgh Date: Fri, 30 Oct 2020 12:49:43 +0100 Subject: [PATCH] Publish 1.20.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37f0116..63d432e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pullstate", - "version": "1.19.1", + "version": "1.20.0", "description": "Simple state stores using immer and React hooks", "main": "dist/index.js", "module": "dist/index.es.js",