From 5ea5accba5142d5cdfa0fe2c2e1203190e7b5d94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:48:46 +0200 Subject: [PATCH] chore(main): release @matterlabs/hardhat-zksync-node 1.2.0 (#1506) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- packages/hardhat-zksync-node/CHANGELOG.md | 12 ++++++++++++ packages/hardhat-zksync-node/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 880e91759..7ad3e15c1 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.6.0", "packages/hardhat-zksync": "1.2.0", - "packages/hardhat-zksync-node": "1.1.1", + "packages/hardhat-zksync-node": "1.2.0", "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 f92dbb450..cbe14cf6f 100644 --- a/packages/hardhat-zksync-node/CHANGELOG.md +++ b/packages/hardhat-zksync-node/CHANGELOG.md @@ -1,5 +1,17 @@ # @matterlabs/hardhat-zksync-node +## [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) + + +### Features + +* override run task for zksync hardhat network ([#1462](https://github.com/matter-labs/hardhat-zksync/issues/1462)) ([a49c593](https://github.com/matter-labs/hardhat-zksync/commit/a49c5932abcb7e5244314471c9b7f701c1c90a20)) + + +### Bug Fixes + +* update links to new doc site ([276740b](https://github.com/matter-labs/hardhat-zksync/commit/276740ba5abf8b5775e135b5653824d6456a7e4f)) + ## [1.1.1](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-node-v1.1.0...@matterlabs/hardhat-zksync-node-v1.1.1) (2024-07-15) diff --git a/packages/hardhat-zksync-node/package.json b/packages/hardhat-zksync-node/package.json index 9a15e182a..da255633b 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.1.1", + "version": "1.2.0", "description": "Hardhat plugin to run ZKsync era-test-node locally", "repository": "github:matter-labs/hardhat-zksync", "homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync-node",