From 36430519b0fd71354dadf6dac171eefd12e71810 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:33:49 +0100 Subject: [PATCH] chore: release master (#57) :robot: I have created a release *beep* *boop* ---
hardhat-plugin-multichain-deploy: 1.0.3 ## [1.0.3](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/compare/hardhat-plugin-multichain-deploy-v1.0.2...hardhat-plugin-multichain-deploy-v1.0.3) (2024-02-16) ### Bug Fixes * npm files ([#56](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/56)) ([e5448ab](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/e5448abd200f41ac75ff2ddadf9298959d163532))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- packages/plugin/CHANGELOG.md | 7 +++++++ packages/plugin/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b47ba47..89eb72e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/plugin": "1.0.2", + "packages/plugin": "1.0.3", "packages/contracts": "1.0.2" } \ No newline at end of file diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 0bcfb97..019a50b 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/compare/hardhat-plugin-multichain-deploy-v1.0.2...hardhat-plugin-multichain-deploy-v1.0.3) (2024-02-16) + + +### Bug Fixes + +* npm files ([#56](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/56)) ([e5448ab](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/e5448abd200f41ac75ff2ddadf9298959d163532)) + ## [1.0.2](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/compare/hardhat-plugin-multichain-deploy-v1.0.1...hardhat-plugin-multichain-deploy-v1.0.2) (2024-02-16) diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 3d94036..d498c69 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/hardhat-plugin-multichain-deploy", - "version": "1.0.2", + "version": "1.0.3", "description": "A Hardhat plugin for efficient multichain deployment of Ethereum smart contracts via the Sygma protocol, offering streamlined processes and flexible configurations for blockchain developers.", "author": "ChainSafe Systems", "license": "Apache-2.0",