From 7fc5ffb894b69e7a7570a36adf63cebbef6408c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:37:51 +0100 Subject: [PATCH] Release 2.3.5 (#381) - Update payment contexts - Adds compiled submitted evidence endpoint to disputes - Fix tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee4f46f..8e06c3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkout-sdk-node", - "version": "2.3.4", + "version": "2.3.5", "description": "", "type": "commonjs", "main": "./dist/index.js",