Skip to content

Commit

Permalink
release 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Aug 22, 2023
1 parent 7e60c39 commit eb7dc74
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

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

> 22 August 2023
- fix: add NCW methods [`#197`](https://github.com/fireblocks/fireblocks-sdk-js/pull/197)

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

> 7 August 2023
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.4.0",
"version": "5.5.0",
"main": "dist/src/fireblocks-sdk.js",
"types": "dist/src/fireblocks-sdk.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/ncw-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface NcwSdk {
*/
enableWallet(walletId: string, enabled: boolean): Promise<void>;


/**
* Get NCW wallet devices
*
Expand Down

0 comments on commit eb7dc74

Please sign in to comment.