Skip to content

Commit

Permalink
release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Mar 3, 2022
1 parent 73313c6 commit 490acac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

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

> 17 February 2022
> 3 March 2022
- added get exchange by asset [`#75`](https://github.com/fireblocks/fireblocks-sdk-js/pull/75)
- Add assetId to gas-station configuration [`#76`](https://github.com/fireblocks/fireblocks-sdk-js/pull/76)

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

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.13.0",
"version": "1.14.0",
"main": "dist/fireblocks-sdk.js",
"types": "dist/fireblocks-sdk.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/fireblocks-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ export class FireblocksSDK {
*/
public async getGasStationInfo(assetId?: string): Promise<GasStationInfo> {
let url = `/v1/gas_station`;

if (assetId) {
url += `/${assetId}`;
}
Expand Down

0 comments on commit 490acac

Please sign in to comment.