Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.7...v1.3.0) (2019-06-25)

### Bug Fixes

* πŸ› Payload is now not required when dispatch action ([b488d80](b488d80))

### Features

* 🎸 Allow custom type for payload and option ([0cb054f](0cb054f))
  • Loading branch information
semantic-release-bot committed Jun 25, 2019
1 parent 42dba25 commit 85ba552
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# [1.3.0](https://github.com/manhhailua/redux-unfold-saga/compare/v1.2.7...v1.3.0) (2019-06-25)


### Bug Fixes

* πŸ› Payload is now not required when dispatch action ([b488d80](https://github.com/manhhailua/redux-unfold-saga/commit/b488d80))


### Features

* 🎸 Allow custom type for payload and option ([0cb054f](https://github.com/manhhailua/redux-unfold-saga/commit/0cb054f))



# [1.3.0](https://github.com/manhhailua/redux-unfold-saga/compare/v1.2.7...v1.3.0) (2019-06-25)


### Bug Fixes

* πŸ› Payload is now not required when dispatch action ([b488d80](https://github.com/manhhailua/redux-unfold-saga/commit/b488d80))


### Features

* 🎸 Allow custom type for payload and option ([0cb054f](https://github.com/manhhailua/redux-unfold-saga/commit/0cb054f))

## [1.2.7](https://github.com/manhhailua/redux-unfold-saga/compare/v1.2.6...v1.2.7) (2019-06-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": "redux-unfold-saga",
"version": "1.2.7",
"version": "1.3.0",
"description": "A no headache middleware helper for redux-saga.",
"license": "MIT",
"repository": "manhhailua/redux-unfold-saga",
Expand Down

0 comments on commit 85ba552

Please sign in to comment.