From 3803e089ed3a6933c17ce022b2e5dad7f911a294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:35:00 +0100 Subject: [PATCH] Release 2.3.0 - Adds Axios as http client optional to fetch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94451cb..5002dcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkout-sdk-node", - "version": "2.2.5", + "version": "2.3.0", "description": "", "type": "commonjs", "main": "./dist/index.js",