Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2019-06-09)

### Bug Fixes

* infer return type of reducer from return type of handlers ([6b6edaa](6b6edaa)), closes [#55](#55)
* nested DeepImmutable and Immutable types neutralization ([d3f9a1a](d3f9a1a)), closes [#65](#65)
  • Loading branch information
semantic-release-bot committed Jun 9, 2019
1 parent e2e1312 commit c5de361
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Deox Changelog

## [1.4.1](https://github.com/thebrodmann/deox/compare/v1.4.0...v1.4.1) (2019-06-09)


### Bug Fixes

* infer return type of reducer from return type of handlers ([6b6edaa](https://github.com/thebrodmann/deox/commit/6b6edaa)), closes [#55](https://github.com/thebrodmann/deox/issues/55)
* nested DeepImmutable and Immutable types neutralization ([d3f9a1a](https://github.com/thebrodmann/deox/commit/d3f9a1a)), closes [#65](https://github.com/thebrodmann/deox/issues/65)

# [1.4.0](https://github.com/thebrodmann/deox/compare/v1.3.1...v1.4.0) (2019-04-21)


Expand Down
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": "1.4.0",
"version": "1.4.1",
"description": "Functional Type-safe Flux Standard Utilities",
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit c5de361

Please sign in to comment.