diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a49ee6..17a827e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v1.2.1](https://github.com/fireblocks/hardhat-fireblocks/compare/v1.1.4...v1.2.1) + +> 25 February 2023 + +- Update `fireblocks-web3-provider` [`4a314cc`](https://github.com/fireblocks/hardhat-fireblocks/commit/4a314ccfb3d63ce114c831a292f6dccb256b852e) +- release 1.1.4 [`aaa78cd`](https://github.com/fireblocks/hardhat-fireblocks/commit/aaa78cd38ec174bcf0228abc9baf4730646c6f4a) + #### [v1.1.4](https://github.com/fireblocks/hardhat-fireblocks/compare/v1.1.3...v1.1.4) > 23 February 2023 diff --git a/package-lock.json b/package-lock.json index c2c5fb5..08d4e56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fireblocks/hardhat-fireblocks", - "version": "1.1.4", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fireblocks/hardhat-fireblocks", - "version": "1.1.4", + "version": "1.2.1", "license": "MIT", "dependencies": { "@fireblocks/fireblocks-web3-provider": "^1.2.1" diff --git a/package.json b/package.json index a11dc92..8188487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fireblocks/hardhat-fireblocks", - "version": "1.1.4", + "version": "1.2.1", "description": "Hardhat plugin for integrating with Fireblocks", "repository": "github:fireblocks/hardhat-fireblocks", "author": "Fireblocks",