diff --git a/Changelog.md b/Changelog.md index 437b174..118e0d1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +# See release tags for new changelog updates + +--- + ## 1.15.0 Added integration with Redux Devtools. Make use of `registerInDevtools(Stores)` to use it. Argument is an object of `{ [storeName: string]: Store }` - which will register your stores instanced according to the name provided. diff --git a/package.json b/package.json index d782010..694fb6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pullstate", - "version": "1.15.4", + "version": "1.16.0", "description": "Simple state stores using immer and React hooks", "main": "dist/index.js", "module": "dist/index.es.js",