Skip to content

Commit

Permalink
Changes generated by b4928f9d8eccf6885ca747d12bddd6bbeaeaa21b
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot committed May 15, 2023
1 parent d841ccd commit 1a01f14
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 21 deletions.
44 changes: 25 additions & 19 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.13.0",
"version": "3.14.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.13.0';
const CLIENT_VERSION = '3.14.0';
const API_VERSION = '2015-07-06';

export { Environments, CLIENT_VERSION, API_VERSION };

0 comments on commit 1a01f14

Please sign in to comment.