diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 663f0d87a..2f3549ff1 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "packages/hardhat-zksync-deploy": "0.11.0", + "packages/hardhat-zksync-deploy": "0.12.0", "packages/hardhat-zksync-upgradable": "0.6.0", "packages/hardhat-zksync-ethers": "0.2.0", "packages/hardhat-zksync": "0.2.0" diff --git a/packages/hardhat-zksync-deploy/CHANGELOG.md b/packages/hardhat-zksync-deploy/CHANGELOG.md index 39d1a3586..f5872b1ae 100644 --- a/packages/hardhat-zksync-deploy/CHANGELOG.md +++ b/packages/hardhat-zksync-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @matterlabs/hardhat-zksync-deploy +## [0.12.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-deploy-v0.11.0...@matterlabs/hardhat-zksync-deploy-v0.12.0) (2024-09-19) + + +### Features + +* add upgrades extension in hre ([#1414](https://github.com/matter-labs/hardhat-zksync/issues/1414)) ([d1740bc](https://github.com/matter-labs/hardhat-zksync/commit/d1740bc9b9981aab6ebfbac3960a302ad0b66ec6)) + ## [0.11.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-deploy-v0.10.0...@matterlabs/hardhat-zksync-deploy-v0.11.0) (2024-06-20) diff --git a/packages/hardhat-zksync-deploy/package.json b/packages/hardhat-zksync-deploy/package.json index 73e3223a6..75bb50da3 100644 --- a/packages/hardhat-zksync-deploy/package.json +++ b/packages/hardhat-zksync-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@matterlabs/hardhat-zksync-deploy", - "version": "0.11.0", + "version": "0.12.0", "description": "Hardhat plugin to deploy smart contracts into the zkSync network", "repository": "github:matter-labs/hardhat-zksync", "homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync-deploy",