From febed193461a63d8b06e90ce85881f56cdc9514a Mon Sep 17 00:00:00 2001 From: Jack Steam Date: Fri, 15 Jan 2021 09:05:52 -0600 Subject: [PATCH] 1.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c07b01f..9e34abf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@extend-chrome/storage", - "version": "1.4.0", + "version": "1.4.1", "description": "This is a wrapper for the Chrome Extension Storage API that adds promises and functional set transactions similar to the React `this.setState` API. Functional set transactions make it easy to use the Chrome Storage API to share and manage state between different contexts in a Chrome Extension.", "repository": "extend-chrome/storage", "license": "MIT",