From a82bc3c83aa3b05ae76e32f49500e259de6b4361 Mon Sep 17 00:00:00 2001 From: gcatanese <1771700+gcatanese@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:29:25 +0000 Subject: [PATCH] chore(release): bump to 23.0.0 --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ee5c24469..84b76f4d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -22.1.0 +23.0.0 diff --git a/package.json b/package.json index 2d8050167..251ed466e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adyen/api-library", - "version": "22.1.0", + "version": "23.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",