From 85ba552776762da81aafea723ae27e32bdfa2fb5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 25 Jun 2019 07:28:44 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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)) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5ee8c..b40e101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 73b1d0a..74ee12c 100644 --- a/package.json +++ b/package.json @@ -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",