Skip to content

Commit

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

### Features

* prioratize `EIP712` and utilize `zks_estimateFee` ([4c58829](4c58829))
* prioratize `EIP712` and utilize `zks_estimateFee` ([527a74f](527a74f))
* **provider:** add support for `l1_committed` block tag ([011db1f](011db1f))
  • Loading branch information
semantic-release-bot committed Jul 24, 2024
1 parent 0bfbaca commit 4f9d668
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [6.11.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.10.0...v6.11.0) (2024-07-24)


### Features

* prioratize `EIP712` and utilize `zks_estimateFee` ([4c58829](https://github.com/zksync-sdk/zksync-ethers/commit/4c5882959e353ec0a56f3aa1cc4e5685614cc0ae))
* prioratize `EIP712` and utilize `zks_estimateFee` ([527a74f](https://github.com/zksync-sdk/zksync-ethers/commit/527a74f4ea2dd200acf9b8d1d93e2ae98f10df81))
* **provider:** add support for `l1_committed` block tag ([011db1f](https://github.com/zksync-sdk/zksync-ethers/commit/011db1ff7b3a922f3e2809e9630a91a1654772f6))

# [6.10.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.9.0...v6.10.0) (2024-07-09)


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

0 comments on commit 4f9d668

Please sign in to comment.