From b1df4fbca6eec7c98d159fa18a271c0e4c6d94f9 Mon Sep 17 00:00:00 2001 From: PabloSzx Date: Thu, 26 Mar 2020 22:50:30 -0300 Subject: [PATCH] v1.0.6 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff8a142..cb6c201 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ const Data = () => { > Keep in mind that you can mix common synchronous actions and async actions in a single store, but you should not repeat the action names in both objects. -### **localStorage** data persistence and \*_DevTools_ +### **localStorage** data persistence and **DevTools** When creating an store via **createStore** or **createStoreContext** you can specify some field that enable some useful features: diff --git a/package.json b/package.json index e90dea9..0c9767c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-state-selector", - "version": "1.0.1", + "version": "1.0.6", "keywords": [ "react", "immer",