From afdd2674ea8a3ce48ca99110932c72140b74850d Mon Sep 17 00:00:00 2001 From: Robot Date: Tue, 3 Dec 2024 16:21:38 +0000 Subject: [PATCH] Changes generated by d8eadeb2ddedfd49397e49bf2102cf780d57e522 --- package-lock.json | 4 ++-- package.json | 2 +- src/constants.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d29000d..b3e79d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gocardless-nodejs", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gocardless-nodejs", - "version": "4.1.0", + "version": "4.2.0", "license": "MIT", "dependencies": { "got": "^11.8.5", diff --git a/package.json b/package.json index 0741f94..c25bbc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gocardless-nodejs", - "version": "4.1.0", + "version": "4.2.0", "description": "Node.js client for the GoCardless API - a powerful, simple solution for the collection of recurring bank-to-bank payments", "author": "GoCardless Ltd ", "repository": { diff --git a/src/constants.ts b/src/constants.ts index 748d3b9..11740f6 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -5,7 +5,7 @@ enum Environments { Sandbox = 'SANDBOX', } -const CLIENT_VERSION = '4.1.0'; +const CLIENT_VERSION = '4.2.0'; const API_VERSION = '2015-07-06'; export { Environments, CLIENT_VERSION, API_VERSION };