diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4f221..2ba0ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.1](https://github.com/nathanbuchar/react-hook-thunk-reducer/compare/v0.2.0...v0.2.1) (2019-11-07) + + +### Bug Fixes + +* Add deps to useCallback hooks ([5bcad16](https://github.com/nathanbuchar/react-hook-thunk-reducer/commit/5bcad169227fc5568305ffe0b7d5ebf8bff44410)), closes [#14](https://github.com/nathanbuchar/react-hook-thunk-reducer/issues/14) + ## [0.2.0](https://github.com/nathanbuchar/react-hook-thunk-reducer/compare/v0.1.1...v0.2.0) (2019-11-07) diff --git a/package.json b/package.json index d17510b..ee48dde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-hook-thunk-reducer", - "version": "0.2.0", + "version": "0.2.1", "description": "Extends React's useReducer() hook so that the dispatcher supports thunks.", "main": "./dist/thunk-reducer.js", "types": "./types/thunk-reducer.d.ts",