From 70314450fa37b28b8079c63f1feab4f58fdd83f9 Mon Sep 17 00:00:00 2001 From: Saugat Acharya Date: Thu, 20 Jan 2022 13:24:02 +0545 Subject: [PATCH] v2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bf9e47..c80a1f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leapfrogtechnology/async-store", - "version": "1.3.0-beta.0", + "version": "2.0.0", "description": "Global store utility for an async operation lifecycle and chain of callbacks", "license": "MIT", "main": "dist/index.js",