From ecb9063dc61c9b8033cfe4e09897c397bd4c8290 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Dec 2019 11:02:41 +0000 Subject: [PATCH] chore(release): 3.0.1 [skip ci] ## [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) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",