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",