diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cd1ce..d145161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 617adfe..3f4ca90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fireblocks-defi-sdk", - "version": "1.2.12", + "version": "1.2.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9fc399..1ad33b6 100644 --- a/package.json +++ b/package.json @@ -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",