diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 7b644c32a..5cf0d0b58 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "packages/hardhat-zksync-deploy": "1.3.0", + "packages/hardhat-zksync-deploy": "1.4.0", "packages/hardhat-zksync-solc": "1.1.4", "packages/hardhat-zksync-upgradable": "1.4.1", "packages/hardhat-zksync-vyper": "1.0.8", diff --git a/packages/hardhat-zksync-deploy/CHANGELOG.md b/packages/hardhat-zksync-deploy/CHANGELOG.md index 7bb26edb2..6da1960d0 100644 --- a/packages/hardhat-zksync-deploy/CHANGELOG.md +++ b/packages/hardhat-zksync-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @matterlabs/hardhat-zksync-deploy +## [1.4.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-deploy-v1.3.0...@matterlabs/hardhat-zksync-deploy-v1.4.0) (2024-05-28) + + +### Features + +* use deployment type in the deploy function ([#1090](https://github.com/matter-labs/hardhat-zksync/issues/1090)) ([05b2262](https://github.com/matter-labs/hardhat-zksync/commit/05b2262ff148369297c2098a95775d265b3efd41)) + ## [1.3.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-deploy-v1.2.1...@matterlabs/hardhat-zksync-deploy-v1.3.0) (2024-04-04) diff --git a/packages/hardhat-zksync-deploy/package.json b/packages/hardhat-zksync-deploy/package.json index f7cff25f1..ad5edf964 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": "1.3.0", + "version": "1.4.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",