From d6d16369595055fd342887ac51e8e46097885093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:14:00 +0100 Subject: [PATCH] Release 2.3.1 (#368) - Adds payment context endpoints - Fix .gitignore file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5002dcb..1adb084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkout-sdk-node", - "version": "2.3.0", + "version": "2.3.1", "description": "", "type": "commonjs", "main": "./dist/index.js",