From ffb049b443fb805a8dba81f860469337de1e74a2 Mon Sep 17 00:00:00 2001 From: Pratik Bhattacharya Date: Tue, 22 Feb 2022 22:55:01 +0530 Subject: [PATCH] Update package.json ver: bumping version to 1.3.0, exposing selector apis --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06ef928..c7c5035 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-micro-frontend", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "description": "This is a library for using Redux to managing state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.", "author": {