Skip to content

Commit

Permalink
release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Nov 29, 2021
1 parent 2a1ee42 commit b92ff1f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,41 @@

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

#### [v1.8.2](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.7.2...v1.8.2)
#### [v1.9.0](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.8.2...v1.9.0)

> 29 November 2021
- added typed message [`#48`](https://github.com/fireblocks/fireblocks-sdk-js/pull/48)

#### [v1.8.2](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.8.1...v1.8.2)

> 24 November 2021
- bugfix: when Idempotency key is undefined, axios fails [`#59`](https://github.com/fireblocks/fireblocks-sdk-js/pull/59)

#### [v1.8.1](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.8.0...v1.8.1)

> 23 November 2021
- add timeout mechanism [`#58`](https://github.com/fireblocks/fireblocks-sdk-js/pull/58)

#### [v1.8.0](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.7.3...v1.8.0)

> 23 November 2021
- use axios instead of deprecated request-promise package [`#56`](https://github.com/fireblocks/fireblocks-sdk-js/pull/56)

#### [v1.7.3](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.7.2...v1.7.3)

> 22 November 2021
- Release drafter [`#55`](https://github.com/fireblocks/fireblocks-sdk-js/pull/55)
- Create node.js CI configuration [`#54`](https://github.com/fireblocks/fireblocks-sdk-js/pull/54)
- Update API Reference link in README [`#52`](https://github.com/fireblocks/fireblocks-sdk-js/pull/52)
- added decimals to assetTypeResponse [`#51`](https://github.com/fireblocks/fireblocks-sdk-js/pull/51)
- add off exchanges endpoints [`#42`](https://github.com/fireblocks/fireblocks-sdk-js/pull/42)
- Add forceSweep field to TransactionArguments [`#46`](https://github.com/fireblocks/fireblocks-sdk-js/pull/46)

#### [v1.7.2](https://github.com/fireblocks/fireblocks-sdk-js/compare/v1.7.1...v1.7.2)

> 7 October 2021
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.8.2",
"version": "1.9.0",
"main": "dist/fireblocks-sdk.js",
"types": "dist/fireblocks-sdk.d.ts",
"scripts": {
Expand Down

0 comments on commit b92ff1f

Please sign in to comment.