Skip to content

Commit

Permalink
chore: change release type and description
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga-txfusion committed Feb 24, 2025
1 parent e5528a5 commit 7e3e284
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 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.5.0",
"packages/hardhat-zksync": "1.4.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
16 changes: 2 additions & 14 deletions packages/hardhat-zksync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# @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)
## [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)


### Features

* set default version and handle github repo redirects ([#1577](https://github.com/matter-labs/hardhat-zksync/issues/1577)) ([fcf16d2](https://github.com/matter-labs/hardhat-zksync/commit/fcf16d21f67ed5212669ead7ae183adb155a1007))
* 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))
Expand All @@ -19,19 +20,6 @@
* 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)


### Features

* set default version and handle github repo redirects ([#1577](https://github.com/matter-labs/hardhat-zksync/issues/1577)) ([fcf16d2](https://github.com/matter-labs/hardhat-zksync/commit/fcf16d21f67ed5212669ead7ae183adb155a1007))


### Bug Fixes

* apply anvil cli args with values ([291e80a](https://github.com/matter-labs/hardhat-zksync/commit/291e80a4bea49864840bebf602942e5a3a87978b))
* tests ([8a7d79c](https://github.com/matter-labs/hardhat-zksync/commit/8a7d79ce5483c3ed14a66dfc4dcc554d74e8c5f0))

## [1.3.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-v1.2.0...@matterlabs/hardhat-zksync-v1.3.0) (2024-10-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.5.0",
"version": "1.4.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 7e3e284

Please sign in to comment.