From 6c00d8c8ae58c73d6f3eb5d68d0088dc26acfad1 Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:57:50 +0000 Subject: [PATCH] Changes generated by ba1340579b1084edcef562efd9dbb4f092b8a1cf This commit was automatically created from gocardless/client-library-templates@ba1340579b1084edcef562efd9dbb4f092b8a1cf by the `push-files` action. Workflow run: https://github.com/gocardless/client-library-templates/actions/runs/22666299765 --- 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 ef58e04..4b5fb9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gocardless-nodejs", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gocardless-nodejs", - "version": "8.0.0", + "version": "8.0.1", "license": "MIT", "dependencies": { "buffer-equal-constant-time": "1.0.1", diff --git a/package.json b/package.json index 067ac75..329d67c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gocardless-nodejs", - "version": "8.0.0", + "version": "8.0.1", "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 692609f..9dcadf5 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,7 +3,7 @@ enum Environments { Sandbox = 'SANDBOX', } -const CLIENT_VERSION = '8.0.0'; +const CLIENT_VERSION = '8.0.1'; const API_VERSION = '2015-07-06'; export { Environments, CLIENT_VERSION, API_VERSION };