Skip to content

Commit

Permalink
chore(ethers-v5): release @matterlabs/hardhat-zksync-upgradable 0.5.1 (
Browse files Browse the repository at this point in the history
…#1196)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 27, 2024
1 parent ceb9c4f commit 2772a06
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,6 +1,6 @@
{
"packages/hardhat-zksync-deploy": "0.11.0",
"packages/hardhat-zksync-upgradable": "0.5.0",
"packages/hardhat-zksync-upgradable": "0.5.1",
"packages/hardhat-zksync-verify": "0.7.0",
"packages/hardhat-zksync": "0.2.0",
"packages/hardhat-zksync-node": "0.2.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/hardhat-zksync-upgradable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @matterlabs/hardhat-zksync-upgradable

## [0.5.1](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v0.5.0...@matterlabs/hardhat-zksync-upgradable-v0.5.1) (2024-06-27)


### Bug Fixes

* estimateGas support for custom chains ([#1194](https://github.com/matter-labs/hardhat-zksync/issues/1194)) ([ceb9c4f](https://github.com/matter-labs/hardhat-zksync/commit/ceb9c4f1dc0fbb33b42acfa480f7012d86501c40))

## [0.5.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-upgradable-v0.4.1...@matterlabs/hardhat-zksync-upgradable-v0.5.0) (2024-06-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-upgradable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-upgradable",
"version": "0.5.0",
"version": "0.5.1",
"description": "Hardhat plugin to deploy and update upgradable 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-upgradable",
Expand Down

0 comments on commit 2772a06

Please sign in to comment.