Skip to content

Commit

Permalink
## Whats changed -
Browse files Browse the repository at this point in the history
- Accounting api  change
## Breaking change
- testing
  • Loading branch information
actions-user committed Aug 28, 2024
1 parent a88d283 commit 101e25a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xero-node",
"version": "9.2.0",
"version": "9.6.0",
"description": "Xero NodeJS OAuth 2.0 client for xero-node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/gen/api/accountingApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export enum AccountingApiApiKeys {

export class AccountingApi {
protected _basePath = defaultBasePath;
protected defaultHeaders : any = {'user-agent': 'xero-node-9.2.0'};
protected defaultHeaders : any = {'user-agent': 'xero-node-9.6.0'};
protected _useQuerystring : boolean = false;
protected binaryHeaders : any = {};

Expand Down

0 comments on commit 101e25a

Please sign in to comment.