Skip to content

Commit

Permalink
5.8.0 version bump [skip ci]
Browse files Browse the repository at this point in the history
# [5.8.0](v5.7.2...v5.8.0) (2024-06-06)

### Bug Fixes

* **adapter:** fix `isWithdrawalFinalized` ([53bd0df](53bd0df))
* **provider:** `getTransferTx` and `getWithdrawTx` non eth chain ([9ef3836](9ef3836))
* **provider:** fix type l2Response.waitL1Commit as `waitL1Commit` ([c33b117](c33b117))
* **types:** update `RawBlockTransaction` ([fe3a0ee](fe3a0ee))

### Features

* provide support for Bridgehub ([bf234e3](bf234e3))
  • Loading branch information
semantic-release-bot committed Jun 6, 2024
1 parent 9f4821e commit 1730bb6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [5.8.0](https://github.com/zksync-sdk/zksync-ethers/compare/v5.7.2...v5.8.0) (2024-06-06)


### Bug Fixes

* **adapter:** fix `isWithdrawalFinalized` ([53bd0df](https://github.com/zksync-sdk/zksync-ethers/commit/53bd0df4cfa98cf18e3c0a03332f26491a1fbba1))
* **provider:** `getTransferTx` and `getWithdrawTx` non eth chain ([9ef3836](https://github.com/zksync-sdk/zksync-ethers/commit/9ef38363ee2834df67078072b7d87857a7d6f2bc))
* **provider:** fix type l2Response.waitL1Commit as `waitL1Commit` ([c33b117](https://github.com/zksync-sdk/zksync-ethers/commit/c33b117b68749951c4cba3470e8017b895ed9707))
* **types:** update `RawBlockTransaction` ([fe3a0ee](https://github.com/zksync-sdk/zksync-ethers/commit/fe3a0ee16e9a136634bc13828bd0dc0d88d418ce))


### Features

* provide support for Bridgehub ([bf234e3](https://github.com/zksync-sdk/zksync-ethers/commit/bf234e3e40fa86a577b30b63d7a2e4a93544603b))

## [5.7.2](https://github.com/zksync-sdk/zksync-ethers/compare/v5.7.1...v5.7.2) (2024-05-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zksync-ethers",
"version": "5.7.2",
"version": "5.8.0",
"description": "A Web3 library for interacting with the ZkSync Layer 2 scaling solution.",
"author": {
"name": "Matter Labs",
Expand Down

0 comments on commit 1730bb6

Please sign in to comment.