Skip to content

Commit

Permalink
Merge branch 'fireblocks:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
amper-fb authored Jan 17, 2024
2 parents abebe33 + d969e55 commit 1cfd2cf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v5.16.0](https://github.com/fireblocks/fireblocks-sdk-js/compare/v5.15.1...v5.16.0)
#### [v5.17.0](https://github.com/fireblocks/fireblocks-sdk-js/compare/v5.15.1...v5.17.0)

> 31 December 2023
> 7 January 2024
- fix: add missing params [`#241`](https://github.com/fireblocks/fireblocks-sdk-js/pull/241)
- Audit logs api [`#240`](https://github.com/fireblocks/fireblocks-sdk-js/pull/240)

#### [v5.15.1](https://github.com/fireblocks/fireblocks-sdk-js/compare/v5.15.0...v5.15.1)

Expand Down
4 changes: 2 additions & 2 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": "fireblocks-sdk",
"version": "5.16.0",
"version": "5.17.0",
"main": "dist/src/fireblocks-sdk.js",
"types": "dist/src/fireblocks-sdk.d.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1883,6 +1883,7 @@ export interface SmartTransfersTicketTerm {
id: string;
asset: string;
amount: string;
amountUsd?: string;
fromNetworkId: string;
fromNetworkIdName?: string;
toNetworkId: string;
Expand Down

0 comments on commit 1cfd2cf

Please sign in to comment.