diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c99b9..fdef65b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Deox Changelog +## [3.0.1](https://github.com/thebrodmann/deox/compare/v3.0.0...v3.0.1) (2019-12-07) + + +### Bug Fixes + +* generalize TActionCreator generic type in createHandlerMap ([9825477](https://github.com/thebrodmann/deox/commit/98254776533c6d1be5cfe07188b3724197c861a5)), closes [#128](https://github.com/thebrodmann/deox/issues/128) + # [3.0.0](https://github.com/thebrodmann/deox/compare/v2.1.2...v3.0.0) (2019-12-04) diff --git a/package.json b/package.json index 0abb3e6..9123aa6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deox", - "version": "3.0.0", + "version": "3.0.1", "description": "Functional Type-safe Flux Standard Utilities", "types": "dist/index.d.ts", "main": "dist/index.js",