From 2cbd39e4aa62b2f213b4ca33318d82ea3317eedf Mon Sep 17 00:00:00 2001 From: gcatanese <1771700+gcatanese@users.noreply.github.com> Date: Thu, 3 Jul 2025 13:32:07 +0000 Subject: [PATCH] chore(release): bump to 28.0.0 --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 008c39a43..0b4dfcf09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -27.0.0 +28.0.0 diff --git a/package.json b/package.json index 21b880f2d..5bf8466b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/api-library", - "version": "27.0.0", + "version": "28.0.0", "description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs.", "main": "lib/src/index.js", "types": "lib/src/index.d.ts",