Skip to content

Commit

Permalink
chore(main): release @matterlabs/hardhat-zksync 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 24, 2025
1 parent 70b10b4 commit e5528a5
Show file tree
Hide file tree
Showing 3 changed files with 21 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
Expand Up @@ -4,7 +4,7 @@
"packages/hardhat-zksync-upgradable": "1.8.2",
"packages/hardhat-zksync-vyper": "1.1.1",
"packages/hardhat-zksync-verify": "1.7.1",
"packages/hardhat-zksync": "1.4.0",
"packages/hardhat-zksync": "1.5.0",
"packages/hardhat-zksync-node": "1.3.0",
"packages/hardhat-zksync-ethers": "1.2.1",
"packages/hardhat-zksync-verify-vyper": "0.0.1-alpha.6"
Expand Down
19 changes: 19 additions & 0 deletions packages/hardhat-zksync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @matterlabs/hardhat-zksync

## [1.5.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-v1.4.0...@matterlabs/hardhat-zksync-v1.5.0) (2025-02-24)


### Features

* bump ethers, zksync-ethers, hardaht and other dependencies to newer versions ([#1111](https://github.com/matter-labs/hardhat-zksync/issues/1111)) ([a2d503a](https://github.com/matter-labs/hardhat-zksync/commit/a2d503abe3f504859651f22998046576eddf6579))
* bump openzeppelin contracts to v5 ([#1463](https://github.com/matter-labs/hardhat-zksync/issues/1463)) ([ebb668b](https://github.com/matter-labs/hardhat-zksync/commit/ebb668b0f88a39f23009d8697bb6d7e534d46928))
* introducing ethers extension in hre ([#1283](https://github.com/matter-labs/hardhat-zksync/issues/1283)) ([8e471bc](https://github.com/matter-labs/hardhat-zksync/commit/8e471bcbbbf1ee712fe79cd5d5782c11e52e3b75))
* remove zksync contracts dependecy ([#1450](https://github.com/matter-labs/hardhat-zksync/issues/1450)) ([a70bbaf](https://github.com/matter-labs/hardhat-zksync/commit/a70bbaf7205e91c3e6fe5cece3fb54f11100583e))
* replacing the toolbox plugin with hardhat-zksync ([#994](https://github.com/matter-labs/hardhat-zksync/issues/994)) ([c8d8e6d](https://github.com/matter-labs/hardhat-zksync/commit/c8d8e6d3e0e9c4f410122694938644aaec9757eb))
* switch to the default codegen with zksolc ([#1062](https://github.com/matter-labs/hardhat-zksync/issues/1062)) ([5ec997a](https://github.com/matter-labs/hardhat-zksync/commit/5ec997aaa83ba18d978f10b96f489513f6c4dd9f))


### Bug Fixes

* update links to new doc site ([276740b](https://github.com/matter-labs/hardhat-zksync/commit/276740ba5abf8b5775e135b5653824d6456a7e4f))
* 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))

## [1.4.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-v1.3.0...@matterlabs/hardhat-zksync-v1.4.0) (2025-02-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync",
"version": "1.4.0",
"version": "1.5.0",
"description": "ZKsync bundle of Hardhat plugins",
"repository": "github:matter-labs/hardhat-zksync",
"homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync",
Expand Down

0 comments on commit e5528a5

Please sign in to comment.