diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b81d6..9a49ee6 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.1.4](https://github.com/fireblocks/hardhat-fireblocks/compare/v1.1.3...v1.1.4) + +> 23 February 2023 + +- Update `fireblocks-web3-provider` [`611795d`](https://github.com/fireblocks/hardhat-fireblocks/commit/611795d3e69f32f8ecd7c925c912f1ba205bda43) +- release 1.1.3 [`03786c9`](https://github.com/fireblocks/hardhat-fireblocks/commit/03786c9536ef68d2029cd27125c194fd54734707) + #### [v1.1.3](https://github.com/fireblocks/hardhat-fireblocks/compare/v1.1.2...v1.1.3) > 14 February 2023 diff --git a/package-lock.json b/package-lock.json index 6a0ff00..929e07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fireblocks/hardhat-fireblocks", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fireblocks/hardhat-fireblocks", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "@fireblocks/fireblocks-web3-provider": "^1.1.5" diff --git a/package.json b/package.json index 4773555..3d25eaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fireblocks/hardhat-fireblocks", - "version": "1.1.3", + "version": "1.1.4", "description": "Hardhat plugin for integrating with Fireblocks", "repository": "github:fireblocks/hardhat-fireblocks", "author": "Fireblocks",