Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Mar 27, 2020
1 parent ceab410 commit b1df4fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-state-selector",
"version": "1.0.1",
"version": "1.0.6",
"keywords": [
"react",
"immer",
Expand Down

0 comments on commit b1df4fb

Please sign in to comment.