Skip to content

Commit

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

### Bug Fixes

* extract action from any, Redux.Action and AnyAction types ([18d0a9e](18d0a9e)), closes [#141](#141)
  • Loading branch information
semantic-release-bot committed Jan 9, 2020
1 parent f2350bd commit 3faac5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Deox Changelog

## [3.2.1](https://github.com/thebrodmann/deox/compare/v3.2.0...v3.2.1) (2020-01-09)


### Bug Fixes

* extract action from any, Redux.Action and AnyAction types ([18d0a9e](https://github.com/thebrodmann/deox/commit/18d0a9ec720e79c76df23fc7ae94f695aa3f5ae4)), closes [#141](https://github.com/thebrodmann/deox/issues/141)

# [3.2.0](https://github.com/thebrodmann/deox/compare/v3.1.0...v3.2.0) (2019-12-09)


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

0 comments on commit 3faac5a

Please sign in to comment.