From 7181afae4083b71b231199d0aaab748c837e87b1 Mon Sep 17 00:00:00 2001 From: tomekkleszcz Date: Sat, 30 Jan 2021 19:06:59 +0100 Subject: [PATCH] v1.3.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c72f37d..e3c07c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-saga-promise-actions", - "version": "1.3.3", + "version": "1.3.4", "description": "Simple to use library which allows to return promise after an action is dispatched.", "main": "./dist/index.js", "types": "./dist/index.d.ts",