Skip to content

Commit

Permalink
6.15.3 version bump [skip ci]
Browse files Browse the repository at this point in the history
## [6.15.3](v6.15.2...v6.15.3) (2024-12-06)

### Bug Fixes

* allow null for `totalDifficulty` ([4681d5b](4681d5b))
  • Loading branch information
semantic-release-bot committed Dec 6, 2024
1 parent 4681d5b commit a990faf
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.15.3](https://github.com/zksync-sdk/zksync-ethers/compare/v6.15.2...v6.15.3) (2024-12-06)


### Bug Fixes

* allow null for `totalDifficulty` ([4681d5b](https://github.com/zksync-sdk/zksync-ethers/commit/4681d5b887f652e1f7d050b4c40f80763169e110))

## [6.15.2](https://github.com/zksync-sdk/zksync-ethers/compare/v6.15.1...v6.15.2) (2024-12-02)


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

0 comments on commit a990faf

Please sign in to comment.