From 9cb7dc4a45fd41824859d0a9bda912f0fc7d8fbf Mon Sep 17 00:00:00 2001 From: Konrad Date: Mon, 24 Aug 2020 23:51:56 +0200 Subject: [PATCH] Updated version to 0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c460f8..35fe633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-smart-actions", - "version": "0.4.0", + "version": "0.5.0", "description": "The fastest way to write Redux actions", "main": "lib/index.js", "module": "es/index.js",