From 8ad54d90cd0592d1b127ecb5038b56b2da32a1b8 Mon Sep 17 00:00:00 2001 From: Abraham Williams <4braham@gmail.com> Date: Tue, 22 Mar 2022 09:59:52 -0500 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb7d9a1..9cf320f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@abraham/remotedata", - "version": "1.0.0", + "version": "1.1.0", "description": "Lightweight TypeScript RemoteData implementation", "main": "./dist/index.js", "module": "./dist/index.js",