diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab9487..9be1a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.2](https://github.com/manhhailua/redux-unfold-saga/compare/v1.3.1...v1.3.2) (2019-08-20) + + +### Bug Fixes + +* 🐛 Remove unnecessary steps ([34faec8](https://github.com/manhhailua/redux-unfold-saga/commit/34faec8)) + ## [1.3.1](https://github.com/manhhailua/redux-unfold-saga/compare/v1.3.0...v1.3.1) (2019-08-20) diff --git a/package.json b/package.json index 2fe8fb3..dfde063 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-unfold-saga", - "version": "1.3.1", + "version": "1.3.2", "description": "A no headache middleware helper for redux-saga.", "license": "MIT", "repository": "manhhailua/redux-unfold-saga",