From 72a4befcba5cffeea0c47423d72d7e37dbdd9635 Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:40:08 +0000 Subject: [PATCH 1/2] Changes generated by dc0d1803fa572906f5b9a1bb09464ef7ed581bfd This commit was automatically created from gocardless/client-library-templates@dc0d1803fa572906f5b9a1bb09464ef7ed581bfd by the `push-files` action. Workflow run: https://github.com/gocardless/client-library-templates/actions/runs/33094195930 --- src/services/subscriptionService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/subscriptionService.ts b/src/services/subscriptionService.ts index 27423f3a..d027e8a2 100644 --- a/src/services/subscriptionService.ts +++ b/src/services/subscriptionService.ts @@ -134,7 +134,7 @@ interface SubscriptionListRequest { mandate?: string; - // Upto 5 of: + // Up to 5 of: // // - `pending_customer_approval` // - `customer_approval_denied` From bb774f14f342cde8d5f3ddcadaf139e434aac542 Mon Sep 17 00:00:00 2001 From: "gocardless-ci-robot[bot]" <123969075+gocardless-ci-robot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:41:00 +0000 Subject: [PATCH 2/2] Changes generated by f0a10635c4bc6143f412b6dbd6477e5c3773872c This commit was automatically created from gocardless/client-library-templates@f0a10635c4bc6143f412b6dbd6477e5c3773872c by the `push-files` action. Workflow run: https://github.com/gocardless/client-library-templates/actions/runs/33094255899 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- src/constants.ts | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caddcb78..6a6738aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog +## 8.6.4 (2026-08-27) + +### Fixes + +- Fix typo in subscription status description + ## 8.6.3 (2026-08-13) ### Fixes diff --git a/package-lock.json b/package-lock.json index b29cecbe..b458c975 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gocardless-nodejs", - "version": "8.6.3", + "version": "8.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gocardless-nodejs", - "version": "8.6.3", + "version": "8.6.4", "license": "MIT", "dependencies": { "got": "^11.8.6", diff --git a/package.json b/package.json index b02a7270..47684a06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gocardless-nodejs", - "version": "8.6.3", + "version": "8.6.4", "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 b6cee7ee..84ded86b 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -3,7 +3,7 @@ enum Environments { Sandbox = 'SANDBOX', } -const CLIENT_VERSION = '8.6.3'; +const CLIENT_VERSION = '8.6.4'; const API_VERSION = '2015-07-06'; export { Environments, CLIENT_VERSION, API_VERSION };