diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 032bc84e8..66c2ae090 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "packages/hardhat-zksync-deploy": "0.10.0", + "packages/hardhat-zksync-deploy": "0.11.0", "packages/hardhat-zksync-upgradable": "0.4.1", "packages/hardhat-zksync-verify": "0.6.1", "packages/hardhat-zksync": "0.1.0", diff --git a/packages/hardhat-zksync-deploy/CHANGELOG.md b/packages/hardhat-zksync-deploy/CHANGELOG.md index a03640498..39d1a3586 100644 --- a/packages/hardhat-zksync-deploy/CHANGELOG.md +++ b/packages/hardhat-zksync-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @matterlabs/hardhat-zksync-deploy +## [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) + + +### Features + +* switch to the default codegen with zksync solc ([#1176](https://github.com/matter-labs/hardhat-zksync/issues/1176)) ([aaa7c75](https://github.com/matter-labs/hardhat-zksync/commit/aaa7c75a1c8094d52d880f8c14d3e6bdca28b07f)) + ## [0.10.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-deploy-v0.9.0...@matterlabs/hardhat-zksync-deploy-v0.10.0) (2024-05-28) diff --git a/packages/hardhat-zksync-deploy/package.json b/packages/hardhat-zksync-deploy/package.json index d765e7a9e..523f32f7a 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.10.0", + "version": "0.11.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",