Skip to content

Commit

Permalink
6.10.0 version bump [skip ci]
Browse files Browse the repository at this point in the history
# [6.10.0](v6.9.0...v6.10.0) (2024-07-09)

### Bug Fixes

* make weth bridge addresses optional ([ad3cff8](ad3cff8))

### Features

* **types:** add ` l1_committed` type into type `BlockTag` ([89e7f69](89e7f69))
  • Loading branch information
semantic-release-bot committed Jul 9, 2024
1 parent 84ef9f1 commit f1a37b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.10.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.9.0...v6.10.0) (2024-07-09)


### Bug Fixes

* make weth bridge addresses optional ([ad3cff8](https://github.com/zksync-sdk/zksync-ethers/commit/ad3cff876c0ac2b7319d62d1d79fc5b121b8a7c4))


### Features

* **types:** add ` l1_committed` type into type `BlockTag` ([89e7f69](https://github.com/zksync-sdk/zksync-ethers/commit/89e7f69a090b0e9139942bb32d08ba6ac829aeba))

# [6.9.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.8.0...v6.9.0) (2024-06-19)


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": "6.9.0",
"version": "6.10.0",
"main": "build/index.js",
"module": "build-esm/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit f1a37b7

Please sign in to comment.