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.2...v3.3.0) (2020-10-01)

### Bug Fixes

* handle.others instead of handle.default ([f9aec53](f9aec53))
* more explicit typing to avoid TS4025 ([e703730](e703730))

### Features

* default handler in createReducer ([611184d](611184d)), closes [#152](#152)
  • Loading branch information
semantic-release-bot authored and the-dr-lazy committed Oct 1, 2020
1 parent f9b902a commit 03794ee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Deox Changelog

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


### Bug Fixes

* handle.others instead of handle.default ([f9aec53](https://github.com/thebrodmann/deox/commit/f9aec53a32acd72fa661ad9a216d5291764d1e89))
* more explicit typing to avoid TS4025 ([e703730](https://github.com/thebrodmann/deox/commit/e703730104178496c23f683b150a72d8811e91bb))


### Features

* default handler in createReducer ([611184d](https://github.com/thebrodmann/deox/commit/611184d39167cac8007e3985d3adc791d82b2155)), closes [#152](https://github.com/thebrodmann/deox/issues/152)

## [3.2.2](https://github.com/thebrodmann/deox/compare/v3.2.1...v3.2.2) (2020-03-16)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deox",
"version": "3.2.2",
"version": "3.3.0",
"description": "Functional Type-safe Flux Standard Utilities",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 03794ee

Please sign in to comment.