Skip to content

Commit

Permalink
Changes generated by 53df9fc9e938b291ddca44be88d6a98d57a93c0a
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot committed Sep 24, 2024
1 parent 464be50 commit adf788f
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 79 deletions.
154 changes: 77 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gocardless-nodejs",
"version": "3.28.0",
"version": "4.0.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 <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enum Environments {
Sandbox = 'SANDBOX',
}

const CLIENT_VERSION = '3.28.0';
const CLIENT_VERSION = '4.0.0';
const API_VERSION = '2015-07-06';

export { Environments, CLIENT_VERSION, API_VERSION };

0 comments on commit adf788f

Please sign in to comment.