From 928e70c75878b86684b5aaddec382d9d22dd6781 Mon Sep 17 00:00:00 2001 From: Himanshu Satija Date: Tue, 13 Oct 2020 13:50:05 +0530 Subject: [PATCH] v0.7.0-rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11c31ab..75d7e3e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@syncstate/core", "author": "Sanket Sahu, Himanshu Satija", "module": "dist/core.esm.js", - "version": "0.7.0-rc.1", + "version": "0.7.0-rc.2", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",