Skip to content

Commit

Permalink
release 5.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Sep 10, 2024
1 parent 7fc1307 commit 000b21f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

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

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

> 10 September 2024
- Update publish-npm.yml [`7fc1307`](https://github.com/fireblocks/fireblocks-sdk-js/commit/7fc130780c6971b52bdd2f7950dcde492b54d1a4)

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

> 7 August 2024
- add set asset price api [`#277`](https://github.com/fireblocks/fireblocks-sdk-js/pull/277)
- Add link contract routes [`#287`](https://github.com/fireblocks/fireblocks-sdk-js/pull/287)
- removed unnecessary field from BurnCollectionTokenRequest [`#289`](https://github.com/fireblocks/fireblocks-sdk-js/pull/289)

#### [v5.28.1](https://github.com/fireblocks/fireblocks-sdk-js/compare/v5.28.0...v5.28.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.29.0",
"version": "5.31.2",
"main": "dist/src/fireblocks-sdk.js",
"types": "dist/src/fireblocks-sdk.d.ts",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2245,9 +2245,9 @@ export interface RescanTx {
}

export interface RescanTxResponse {
txHashes: string[],
baseAsset: string,
networkProtocol:string,
txHashes: string[];
baseAsset: string;
networkProtocol: string;
}

export namespace NCW {
Expand Down

0 comments on commit 000b21f

Please sign in to comment.