Skip to content

Commit

Permalink
chore: release master (#55)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


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

##
[1.0.2](hardhat-plugin-multichain-deploy-v1.0.1...hardhat-plugin-multichain-deploy-v1.0.2)
(2024-02-16)


### Bug Fixes

* npm description
([#54](#54))
([cc57e29](cc57e29))
</details>

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

##
[1.0.2](hardhat-plugin-multichain-deploy-contracts-v1.0.1...hardhat-plugin-multichain-deploy-contracts-v1.0.2)
(2024-02-16)


### Bug Fixes

* npm description
([#54](#54))
([cc57e29](cc57e29))
</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>
  • Loading branch information
github-actions[bot] authored Feb 16, 2024
1 parent cc57e29 commit 9ae6824
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/plugin": "1.0.1",
"packages/contracts": "1.0.1"
"packages/plugin": "1.0.2",
"packages/contracts": "1.0.2"
}
7 changes: 7 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/hardhat-plugin-multichain-deploy-contracts",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9ae6824

Please sign in to comment.