Skip to content

Commit 3c905bd

Browse files
author
Github Actions
committed
release 1.2.13
1 parent 0af98ae commit 3c905bd

File tree

3 files changed

+5
-50
lines changed

3 files changed

+5
-50
lines changed

CHANGELOG.md

Lines changed: 3 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,8 @@
22

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

5-
#### [v1.2.12](https://github.com/fireblocks/fireblocks-defi-sdk/compare/v1.2.9...v1.2.12)
5+
#### v1.2.13
66

7-
> 6 November 2022
7+
> 14 November 2022
88
9-
- Add Avalanche & Fantom and fix indentation [`#2`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/2)
10-
11-
#### [v1.2.9](https://github.com/fireblocks/fireblocks-defi-sdk/compare/v1.2.3...v1.2.9)
12-
13-
> 28 September 2022
14-
15-
- update_packages_security - version [`#18`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/18)
16-
17-
#### [v1.2.3](https://github.com/fireblocks/fireblocks-defi-sdk/compare/1.2.2...v1.2.3)
18-
19-
> 22 September 2022
20-
21-
- Remove notes from buildTransaction call for NFT custom-token [`#15`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/15)
22-
23-
#### [1.2.2](https://github.com/fireblocks/fireblocks-defi-sdk/compare/v1.2.1...1.2.2)
24-
25-
> 20 September 2022
26-
27-
- Update packages security [`#17`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/17)
28-
- Add Rinkeby Chain [`#10`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/10)
29-
- Automation Bug Fixes [`#8`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/8)
30-
31-
#### [v1.2.1](https://github.com/fireblocks/fireblocks-defi-sdk/compare/v1.2.0...v1.2.1)
32-
33-
> 22 July 2022
34-
35-
- added missing files [`d3366d0`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/d3366d073311e9d1e00e2611e828ce8675fa82a1)
36-
- release 1.2.0 [`f16d7b5`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/f16d7b51cf6ee215525cdaa71e1a47582ac5b993)
37-
38-
#### [v1.2.0](https://github.com/fireblocks/fireblocks-defi-sdk/compare/v1.0.0...v1.2.0)
39-
40-
> 20 July 2022
41-
42-
- NPM Package Deployment [`#5`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/5)
43-
- update support for release draft workflow [`#6`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/6)
44-
- Update NFT Examples [`#4`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/4)
45-
- NFT & Custom Token Support [`#3`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/3)
46-
- Adds goerli and mumbai to chain interface and base-bridge [`#1`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/1)
47-
48-
#### v1.0.0
49-
50-
> 10 December 2020
51-
52-
- initial commit [`f4af973`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/f4af97301dc7ec347b4c70ca691d43b156da6ad8)
53-
- removed web3 dependency (still WIP) [`c2e4796`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/c2e4796aa2f0f95edbaff9e6824fbeadc62e89a6)
54-
- Fixed gas price units on ethers [`6ebc91c`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/6ebc91c399a4402901b1d69c89abdc31be6299a6)
9+
- update package-lock.json and tsconfig.json [`0af98ae`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/0af98aec5b2e0f16ec8409c338b51432bb3b6695)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fireblocks-defi-sdk",
3-
"version": "1.2.12",
3+
"version": "1.2.13",
44
"description": "Fireblocks DeFi SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)