Skip to content

Commit

Permalink
chore(release): 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.3.0](v3.2.1...v3.3.0) (2020-10-01)

### Bug Fixes

* handle.others instead of handle.default ([ffe271b](ffe271b))
* more explicit typing to avoid TS4025 ([25b78c3](25b78c3))
* type for plain action creator. ([#144](#144)) ([f228b81](f228b81)), closes [#143](#143)

### Features

* default handler in createReducer ([0b3dfcf](0b3dfcf)), closes [#152](#152)
  • Loading branch information
semantic-release-bot committed Oct 1, 2020
1 parent 03794ee commit 9c93e38
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Deox Changelog

# [3.3.0](https://github.com/thebrodmann/deox/compare/v3.2.1...v3.3.0) (2020-10-01)


### Bug Fixes

* handle.others instead of handle.default ([ffe271b](https://github.com/thebrodmann/deox/commit/ffe271b664118eb28a233394f2f5641b65e76978))
* more explicit typing to avoid TS4025 ([25b78c3](https://github.com/thebrodmann/deox/commit/25b78c34bcf40bde0747e0b39961788f59741f6a))
* type for plain action creator. ([#144](https://github.com/thebrodmann/deox/issues/144)) ([f228b81](https://github.com/thebrodmann/deox/commit/f228b8179078dd68c2bd2e1789e94ef43a831ef1)), closes [#143](https://github.com/thebrodmann/deox/issues/143)


### Features

* default handler in createReducer ([0b3dfcf](https://github.com/thebrodmann/deox/commit/0b3dfcfc26e5dcbaa0e34a8888aa72ac266ae327)), closes [#152](https://github.com/thebrodmann/deox/issues/152)

# [3.3.0](https://github.com/thebrodmann/deox/compare/v3.2.2...v3.3.0) (2020-10-01)


Expand Down

0 comments on commit 9c93e38

Please sign in to comment.