Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.0...v3.2.0) (2019-12-09)

### Features

* reuse isOfType helper in ofType RxJS operator ([#136](#136)) ([a5f0648](a5f0648))
* support mixed keys for ofType RxJS operator ([#133](#133)) [skip release] ([dc21e6d](dc21e6d))
  • Loading branch information
semantic-release-bot committed Dec 9, 2019
1 parent a5f0648 commit bcd2515
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

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


### Features

* reuse isOfType helper in ofType RxJS operator ([#136](https://github.com/thebrodmann/deox/issues/136)) ([a5f0648](https://github.com/thebrodmann/deox/commit/a5f06482fe175abf8ae8e6bd2ec594e748cb9090))
* support mixed keys for ofType RxJS operator ([#133](https://github.com/thebrodmann/deox/issues/133)) [skip release] ([dc21e6d](https://github.com/thebrodmann/deox/commit/dc21e6d4c0d64874eb041a30bc3e5fad3b5bf2b2))

# [3.1.0](https://github.com/thebrodmann/deox/compare/v3.0.1...v3.1.0) (2019-12-08)


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

0 comments on commit bcd2515

Please sign in to comment.