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 }; 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`