From 651ee53312648a92ac124fc8e670e09599a70b5c Mon Sep 17 00:00:00 2001 From: Ben Durrant Date: Mon, 21 Oct 2024 12:52:38 +0100 Subject: [PATCH] bump version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9709a10..a670a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "redux-mock-store", - "version": "1.5.2", + "version": "1.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 30e5e9e..3d1b5e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-mock-store", - "version": "1.5.3", + "version": "1.5.4", "description": "A mock store for testing your redux async action creators and middleware", "main": "dist/index-cjs.js", "module": "dist/index-es.js",