Skip to content

Commit

Permalink
6.13.1 version bump [skip ci]
Browse files Browse the repository at this point in the history
## [6.13.1](v6.13.0...v6.13.1) (2024-10-07)

### Bug Fixes

* **provider:** `estimateDefaultBridgeDepositL2Gas` use `ETH_ADDRESS_IN_CONTRACTS` for base token ([4116460](4116460))
  • Loading branch information
semantic-release-bot committed Oct 7, 2024
1 parent 4116460 commit ec1da74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.13.1](https://github.com/zksync-sdk/zksync-ethers/compare/v6.13.0...v6.13.1) (2024-10-07)


### Bug Fixes

* **provider:** `estimateDefaultBridgeDepositL2Gas` use `ETH_ADDRESS_IN_CONTRACTS` for base token ([4116460](https://github.com/zksync-sdk/zksync-ethers/commit/411646077c7f252625170350d6aff3d8b8a56792))

# [6.13.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.12.1...v6.13.0) (2024-09-26)


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

0 comments on commit ec1da74

Please sign in to comment.