diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index dd38db03..c4db0c08 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -5,7 +5,7 @@ "packages/hardhat-zksync-vyper": "1.1.1", "packages/hardhat-zksync-verify": "1.7.1", "packages/hardhat-zksync": "1.3.0", - "packages/hardhat-zksync-node": "1.2.0", + "packages/hardhat-zksync-node": "1.2.1", "packages/hardhat-zksync-ethers": "1.2.1", "packages/hardhat-zksync-verify-vyper": "0.0.1-alpha.6" } diff --git a/packages/hardhat-zksync-node/CHANGELOG.md b/packages/hardhat-zksync-node/CHANGELOG.md index cbe14cf6..c38c3b02 100644 --- a/packages/hardhat-zksync-node/CHANGELOG.md +++ b/packages/hardhat-zksync-node/CHANGELOG.md @@ -1,5 +1,15 @@ # @matterlabs/hardhat-zksync-node +## [1.2.1](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-node-v1.2.0...@matterlabs/hardhat-zksync-node-v1.2.1) (2024-12-10) + + +### Bug Fixes + +* tests ([0e07b7e](https://github.com/matter-labs/hardhat-zksync/commit/0e07b7e0c8a26f2152229fc6f0efb4181b7dd3a4)) +* update naming from era_test_node to anvil-zksync ([6bfb1c2](https://github.com/matter-labs/hardhat-zksync/commit/6bfb1c26f8f01ecd1a3095d97b7858dfef8bb06a)) +* update naming from era_test_node to anvil-zksync ([d484fdd](https://github.com/matter-labs/hardhat-zksync/commit/d484fdda713d9c246c4a4639b6d6af84f63ceb15)) +* update release url for anvil-zksync and era-test-node releases ([b57b9cc](https://github.com/matter-labs/hardhat-zksync/commit/b57b9cc3ab1e638901901120b91761666b8761af)) + ## [1.2.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-node-v1.1.1...@matterlabs/hardhat-zksync-node-v1.2.0) (2024-10-24) diff --git a/packages/hardhat-zksync-node/package.json b/packages/hardhat-zksync-node/package.json index e97d3c4c..75771640 100644 --- a/packages/hardhat-zksync-node/package.json +++ b/packages/hardhat-zksync-node/package.json @@ -1,6 +1,6 @@ { "name": "@matterlabs/hardhat-zksync-node", - "version": "1.2.0", + "version": "1.2.1", "description": "Hardhat plugin to run anvil-zksync locally", "repository": "github:matter-labs/hardhat-zksync", "homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync-node",