Skip to content

Commit

Permalink
release 5.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Dec 3, 2024
1 parent 042853a commit 684eaee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

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

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

> 2 December 2024
- WLT-1945 - [Fireblocks JS SDK] Fix missing field in return type of WalletSetupStatusResponse [`#313`](https://github.com/fireblocks/fireblocks-sdk-js/pull/313)

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

> 6 November 2024
- fix: upgrade axios from 1.6.0 to 1.7.7 [`#301`](https://github.com/fireblocks/fireblocks-sdk-js/pull/301)
- fix: upgrade jsonwebtoken from 9.0.0 to 9.0.2 [`#303`](https://github.com/fireblocks/fireblocks-sdk-js/pull/303)
- fix: package.json & package-lock.json to reduce vulnerabilities [`#304`](https://github.com/fireblocks/fireblocks-sdk-js/pull/304)
- add useGasless option [`#300`](https://github.com/fireblocks/fireblocks-sdk-js/pull/300)
- [ncw] change ethNetwork from number to string on asset response [`#299`](https://github.com/fireblocks/fireblocks-sdk-js/pull/299)

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

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.33.0",
"version": "5.34.0",
"main": "dist/src/fireblocks-sdk.js",
"types": "dist/src/fireblocks-sdk.d.ts",
"scripts": {
Expand Down

0 comments on commit 684eaee

Please sign in to comment.