Skip to content

Commit

Permalink
chore(ethers-v5): release @matterlabs/hardhat-zksync 0.3.0 (#1457)
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 Sep 25, 2024
1 parent a7beaa9 commit c26bb05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages/hardhat-zksync-deploy": "0.11.0",
"packages/hardhat-zksync-upgradable": "0.6.0",
"packages/hardhat-zksync-ethers": "0.2.1",
"packages/hardhat-zksync": "0.2.0"
"packages/hardhat-zksync": "0.3.0"
}
8 changes: 8 additions & 0 deletions packages/hardhat-zksync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @matterlabs/hardhat-zksync

## [0.3.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-v0.2.0...@matterlabs/hardhat-zksync-v0.3.0) (2024-09-25)


### Features

* add upgrades extension in hre ([#1414](https://github.com/matter-labs/hardhat-zksync/issues/1414)) ([d1740bc](https://github.com/matter-labs/hardhat-zksync/commit/d1740bc9b9981aab6ebfbac3960a302ad0b66ec6))
* remove zksync contracts dependecy, update hardhat-zksync-solc version and add hardhat-zksync-ethers as dependency ([a7beaa9](https://github.com/matter-labs/hardhat-zksync/commit/a7beaa9b9395c41d04458f1e6713b2988a4d8742))

## [0.2.0](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-v0.1.0...@matterlabs/hardhat-zksync-v0.2.0) (2024-06-20)


Expand Down
3 changes: 1 addition & 2 deletions packages/hardhat-zksync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync",
"version": "0.2.0",
"version": "0.3.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 Expand Up @@ -76,7 +76,6 @@
"@matterlabs/hardhat-zksync-upgradable": "workspace:^",
"@matterlabs/hardhat-zksync-node": "^1.1.1",
"@matterlabs/hardhat-zksync-ethers": "workspace:^"

},
"prettier": {
"tabWidth": 4,
Expand Down

0 comments on commit c26bb05

Please sign in to comment.