From 000b21f8bf97b8fb89270c67d3c116dc4036affe Mon Sep 17 00:00:00 2001 From: Github Actions Date: Tue, 10 Sep 2024 09:14:28 +0000 Subject: [PATCH] release 5.31.2 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/types.ts | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ae016..c416668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 4006a28..1e50685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fireblocks-sdk", - "version": "5.29.0", + "version": "5.31.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fireblocks-sdk", - "version": "5.29.0", + "version": "5.31.2", "license": "MIT", "dependencies": { "@notabene/pii-sdk": "^1.17.0", diff --git a/package.json b/package.json index 3e8bb7a..d7241fb 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/types.ts b/src/types.ts index c01db4f..70b158a 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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 {