Skip to content

Commit ffb049b

Browse files
author
Pratik Bhattacharya
authored
Update package.json
ver: bumping version to 1.3.0, exposing selector apis
1 parent 5f7f5b8 commit ffb049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-micro-frontend",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"license": "MIT",
55
"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.",
66
"author": {

0 commit comments

Comments
 (0)