From 0209f095f0860de00b45622b97394de472d0ae76 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sun, 2 Apr 2023 20:46:40 -0400 Subject: [PATCH] Release 3.0.0-alpha.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 342cc00..4f2277f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-thunk", - "version": "3.0.0-alpha.1", + "version": "3.0.0-alpha.2", "license": "MIT", "description": "Thunk middleware for Redux.", "repository": "github:reduxjs/redux-thunk",