Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omichelsen committed Aug 24, 2019
1 parent dcffd99 commit 6d468e5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.1](https://github.com/omichelsen/redux-promise-middleware-actions/compare/v3.0.0...v3.0.1) (2019-08-24)


### Bug Fixes

* **reducer:** pass arguments to async reducer type ([dcffd99](https://github.com/omichelsen/redux-promise-middleware-actions/commit/dcffd99))



# [3.0.0](https://github.com/omichelsen/redux-promise-middleware-actions/compare/v2.2.0...v3.0.0) (2019-08-23)


Expand All @@ -7,7 +16,16 @@



# [2.2.0](https://github.com/omichelsen/redux-promise-middleware-actions/compare/v2.0.0...v2.2.0) (2019-08-23)
# [2.2.0](https://github.com/omichelsen/redux-promise-middleware-actions/compare/v2.1.0...v2.2.0) (2019-08-23)


### Features

* **delimiters:** support custom type delimiters ([8467c3d](https://github.com/omichelsen/redux-promise-middleware-actions/commit/8467c3d))



# [2.1.0](https://github.com/omichelsen/redux-promise-middleware-actions/compare/v2.0.0...v2.1.0) (2018-08-16)


### Bug Fixes
Expand All @@ -17,7 +35,6 @@

### Features

* **delimiters:** support custom type delimiters ([8467c3d](https://github.com/omichelsen/redux-promise-middleware-actions/commit/8467c3d))
* **meta:** add metadata support ([3643edf](https://github.com/omichelsen/redux-promise-middleware-actions/commit/3643edf))


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": "redux-promise-middleware-actions",
"version": "3.0.0",
"version": "3.0.1",
"description": "Redux action creator for making async actions with redux-promise-middleware",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 6d468e5

Please sign in to comment.