Skip to content

Commit

Permalink
chore(ethers-v5): release @matterlabs/hardhat-zksync-verify 0.6.1 (#1064
Browse files Browse the repository at this point in the history
)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 14, 2024
1 parent 0cf6e79 commit 1d03e91
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/hardhat-zksync-deploy": "0.9.0",
"packages/hardhat-zksync-upgradable": "0.4.1",
"packages/hardhat-zksync-verify": "0.6.0",
"packages/hardhat-zksync-verify": "0.6.1",
"packages/hardhat-zksync": "0.1.0",
"packages/hardhat-zksync-node": "0.1.0",
"packages/hardhat-zksync-chai-matchers": "0.3.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-zksync-verify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @matterlabs/hardhat-zksync-verify

## [0.6.1](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-verify-v0.6.0...@matterlabs/hardhat-zksync-verify-v0.6.1) (2024-05-14)


### Bug Fixes

* get valid minimal context for verification BE request ([#1063](https://github.com/matter-labs/hardhat-zksync/issues/1063)) ([0cf6e79](https://github.com/matter-labs/hardhat-zksync/commit/0cf6e798f337dc9e506bdaa6de11c5d6cce3748b))

## [0.6.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-verify-v0.5.1...@matterlabs/hardhat-zksync-verify-v0.6.0) (2024-04-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-verify",
"version": "0.6.0",
"version": "0.6.1",
"description": "Hardhat plugin to verify smart contracts for the zkSync network",
"repository": "github:matter-labs/hardhat-zksync",
"homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync-verify",
Expand Down

0 comments on commit 1d03e91

Please sign in to comment.