From 9ae68246976484ff6714c36fd37ab2e5288248f4 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:24:37 +0100
Subject: [PATCH] chore: release master (#55)

:robot: I have created a release *beep* *boop*
---


<details><summary>hardhat-plugin-multichain-deploy: 1.0.2</summary>

##
[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)


### Bug Fixes

* npm description
([#54](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/54))
([cc57e29](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/cc57e291d9cb54450945f43aa9eff7687e569949))
</details>

<details><summary>hardhat-plugin-multichain-deploy-contracts:
1.0.2</summary>

##
[1.0.2](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/compare/hardhat-plugin-multichain-deploy-contracts-v1.0.1...hardhat-plugin-multichain-deploy-contracts-v1.0.2)
(2024-02-16)


### Bug Fixes

* npm description
([#54](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/54))
([cc57e29](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/cc57e291d9cb54450945f43aa9eff7687e569949))
</details>

---
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   | 4 ++--
 packages/contracts/CHANGELOG.md | 7 +++++++
 packages/contracts/package.json | 2 +-
 packages/plugin/CHANGELOG.md    | 7 +++++++
 packages/plugin/package.json    | 2 +-
 5 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 177f5bb..b47ba47 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,4 +1,4 @@
 {
-    "packages/plugin": "1.0.1",
-    "packages/contracts": "1.0.1"
+    "packages/plugin": "1.0.2",
+    "packages/contracts": "1.0.2"
 }
\ No newline at end of file
diff --git a/packages/contracts/CHANGELOG.md b/packages/contracts/CHANGELOG.md
index fb31701..70ad21f 100644
--- a/packages/contracts/CHANGELOG.md
+++ b/packages/contracts/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [1.0.2](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/compare/hardhat-plugin-multichain-deploy-contracts-v1.0.1...hardhat-plugin-multichain-deploy-contracts-v1.0.2) (2024-02-16)
+
+
+### Bug Fixes
+
+* npm description ([#54](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/54)) ([cc57e29](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/cc57e291d9cb54450945f43aa9eff7687e569949))
+
 ## [1.0.1](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/compare/hardhat-plugin-multichain-deploy-contracts-v1.0.0...hardhat-plugin-multichain-deploy-contracts-v1.0.1) (2024-02-16)
 
 
diff --git a/packages/contracts/package.json b/packages/contracts/package.json
index 32fde73..965487b 100644
--- a/packages/contracts/package.json
+++ b/packages/contracts/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@chainsafe/hardhat-plugin-multichain-deploy-contracts",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "license": "MIT",
   "repository": {
     "type": "git",
diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md
index 960bd45..0bcfb97 100644
--- a/packages/plugin/CHANGELOG.md
+++ b/packages/plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
 # Changelog
 
+## [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)
+
+
+### Bug Fixes
+
+* npm description ([#54](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/issues/54)) ([cc57e29](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/commit/cc57e291d9cb54450945f43aa9eff7687e569949))
+
 ## [1.0.1](https://github.com/ChainSafe/hardhat-plugin-multichain-deploy/compare/hardhat-plugin-multichain-deploy-v1.0.0...hardhat-plugin-multichain-deploy-v1.0.1) (2024-02-16)
 
 
diff --git a/packages/plugin/package.json b/packages/plugin/package.json
index 9daa077..0eb6b40 100644
--- a/packages/plugin/package.json
+++ b/packages/plugin/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@chainsafe/hardhat-plugin-multichain-deploy",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "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",