From cf5e4d4a35b8c941217d604c0d2df7c8af3fd8fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Jun 2019 07:40:30 +0000 Subject: [PATCH] chore(release): 1.2.7 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.7](https://github.com/manhhailua/redux-unfold-saga/compare/v1.2.6...v1.2.7) (2019-06-21) ### Bug Fixes * 🐛 Remove declaration module ([d73429d](https://github.com/manhhailua/redux-unfold-saga/commit/d73429d)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a0b6c..5d5ee8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.2.7](https://github.com/manhhailua/redux-unfold-saga/compare/v1.2.6...v1.2.7) (2019-06-21) + + +### Bug Fixes + +* 🐛 Remove declaration module ([d73429d](https://github.com/manhhailua/redux-unfold-saga/commit/d73429d)) + + + +## [1.2.7](https://github.com/manhhailua/redux-unfold-saga/compare/v1.2.6...v1.2.7) (2019-06-21) + + +### Bug Fixes + +* 🐛 Remove declaration module ([d73429d](https://github.com/manhhailua/redux-unfold-saga/commit/d73429d)) + ## [1.2.6](https://github.com/manhhailua/redux-unfold-saga/compare/v1.2.5...v1.2.6) (2019-06-21) diff --git a/package.json b/package.json index 1cdd7aa..d68e714 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-unfold-saga", - "version": "1.2.6", + "version": "1.2.7", "description": "A no headache middleware helper for redux-saga.", "license": "MIT", "repository": "manhhailua/redux-unfold-saga",