Skip to content

Commit

Permalink
chore(beta): release @matterlabs/hardhat-zksync-ethers 1.2.0-beta.3 (#…
Browse files Browse the repository at this point in the history
…1329)

* chore(beta): release @matterlabs/hardhat-zksync-ethers 1.2.0-beta.3

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Marko Arambasic <131957563+kiriyaga-txfusion@users.noreply.github.com>
Co-authored-by: Marko Arambasic <makiarambasic@gmail.com>
  • Loading branch information
3 people authored Aug 26, 2024
1 parent dadf52b commit e1b1094
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
Expand Up @@ -6,5 +6,5 @@
"packages/hardhat-zksync-verify": "1.6.0-beta.1",
"packages/hardhat-zksync": "1.1.0-beta.1",
"packages/hardhat-zksync-node": "1.1.1-beta.1",
"packages/hardhat-zksync-ethers": "1.2.0-beta.2"
"packages/hardhat-zksync-ethers": "1.2.0-beta.3"
}
7 changes: 7 additions & 0 deletions packages/hardhat-zksync-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0-beta.3](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-ethers-v1.2.0-beta.2...@matterlabs/hardhat-zksync-ethers-v1.2.0-beta.3) (2024-08-26)


### Bug Fixes

* implement signing methods for both impersionated and normal accounts ([d28214a](https://github.com/matter-labs/hardhat-zksync/commit/d28214a808330cd9bdd55d6733df526db4613809))

## [1.2.0-beta.2](https://github.com/matter-labs/hardhat-zksync/compare/@matterlabs/hardhat-zksync-ethers-v1.2.0-beta.1...@matterlabs/hardhat-zksync-ethers-v1.2.0-beta.2) (2024-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/hardhat-zksync-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matterlabs/hardhat-zksync-ethers",
"version": "1.2.1-beta.2",
"version": "1.2.0-beta.3",
"description": "Hardhat plugin for integration with zksync-ethers library",
"repository": "github:matter-labs/hardhat-zksync",
"homepage": "https://github.com/matter-labs/hardhat-zksync/tree/main/packages/hardhat-zksync-ethers",
Expand Down

0 comments on commit e1b1094

Please sign in to comment.