Skip to content

Commit

Permalink
release 1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Nov 14, 2022
1 parent dac08c6 commit 9b2b4af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 50 deletions.
51 changes: 3 additions & 48 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,53 +2,8 @@

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

#### [v1.2.12](https://github.com/fireblocks/fireblocks-defi-sdk/compare/v1.2.9...v1.2.12)
#### v1.2.14

> 6 November 2022
> 14 November 2022
- Add Avalanche & Fantom and fix indentation [`#2`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/2)

#### [v1.2.9](https://github.com/fireblocks/fireblocks-defi-sdk/compare/v1.2.3...v1.2.9)

> 28 September 2022
- update_packages_security - version [`#18`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/18)

#### [v1.2.3](https://github.com/fireblocks/fireblocks-defi-sdk/compare/1.2.2...v1.2.3)

> 22 September 2022
- Remove notes from buildTransaction call for NFT custom-token [`#15`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/15)

#### [1.2.2](https://github.com/fireblocks/fireblocks-defi-sdk/compare/v1.2.1...1.2.2)

> 20 September 2022
- Update packages security [`#17`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/17)
- Add Rinkeby Chain [`#10`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/10)
- Automation Bug Fixes [`#8`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/8)

#### [v1.2.1](https://github.com/fireblocks/fireblocks-defi-sdk/compare/v1.2.0...v1.2.1)

> 22 July 2022
- added missing files [`d3366d0`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/d3366d073311e9d1e00e2611e828ce8675fa82a1)
- release 1.2.0 [`f16d7b5`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/f16d7b51cf6ee215525cdaa71e1a47582ac5b993)

#### [v1.2.0](https://github.com/fireblocks/fireblocks-defi-sdk/compare/v1.0.0...v1.2.0)

> 20 July 2022
- NPM Package Deployment [`#5`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/5)
- update support for release draft workflow [`#6`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/6)
- Update NFT Examples [`#4`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/4)
- NFT & Custom Token Support [`#3`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/3)
- Adds goerli and mumbai to chain interface and base-bridge [`#1`](https://github.com/fireblocks/fireblocks-defi-sdk/pull/1)

#### v1.0.0

> 10 December 2020
- initial commit [`f4af973`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/f4af97301dc7ec347b4c70ca691d43b156da6ad8)
- removed web3 dependency (still WIP) [`c2e4796`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/c2e4796aa2f0f95edbaff9e6824fbeadc62e89a6)
- Fixed gas price units on ethers [`6ebc91c`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/6ebc91c399a4402901b1d69c89abdc31be6299a6)
- update package conf files [`dac08c6`](https://github.com/fireblocks/fireblocks-defi-sdk/commit/dac08c663f47daf60d09348360153c4795ef9cf8)
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-defi-sdk",
"version": "1.2.12",
"version": "1.2.14",
"description": "Fireblocks DeFi SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9b2b4af

Please sign in to comment.