From 8ef37ea83bcc6ed686bf640a02c253546c0231ea Mon Sep 17 00:00:00 2001 From: tomekkleszcz Date: Wed, 13 Jan 2021 23:40:09 +0100 Subject: [PATCH] v1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3124496..720dbf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-saga-promise-actions", - "version": "1.3.1", + "version": "1.3.2", "description": "Simple to use library which allows to return promise after an action is dispatched.", "main": "./dist/index.js", "types": "./dist/index.d.ts",