Skip to content

Commit

Permalink
Publish 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lostpebble committed Oct 10, 2020
1 parent 61fe273 commit 454ce14
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 @@ -7,7 +7,7 @@
> Ridiculously simple state stores with performant retrieval anywhere
> in your React tree using the wonderful concept of React hooks!
* ~6KB minified and gzipped! (excluding Immer and React)
* ~7KB minified and gzipped! (excluding Immer and React)
* Built with Typescript, providing a great dev experience if you're using it too
* Uses [immer](https://github.com/mweststrate/immer) for state updates - easily and safely mutate your state directly!
* **NEW** - [Create async actions](https://lostpebble.github.io/pullstate/docs/async-actions-introduction) and use React hooks or `<Suspense/>` to have complete control over their UI states!
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": "pullstate",
"version": "1.18.0",
"version": "1.19.0",
"description": "Simple state stores using immer and React hooks",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 454ce14

Please sign in to comment.