Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
x-wk committed Mar 13, 2021
1 parent 140c925 commit ad32801
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 @@ -6,7 +6,7 @@
- Achieve lazy loading without special settings.
- Accurately update the state, and each action will not be handled by all processors.
- Automatically uses the [`immer` library](https://github.com/immerjs/immer) to let you write simpler immutable updates
with normal mutative code, like appState.tasks[1].completed = true.
with normal mutative code, like `appState.tasks[1].completed = true`.
- Sharing slice state without special settings.
- (Optional) Rxjs-based middleware, easier to manage asynchronous side effects, and also supports lazy loading (no root,
no combine).
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": "redux-kangking",
"version": "0.10.1",
"version": "0.11.0",
"description": "Make Redux development easier",
"main": "./index.js",
"module": "./esm/index.js",
Expand Down

0 comments on commit ad32801

Please sign in to comment.