Skip to content

Commit

Permalink
6.12.1 version bump [skip ci]
Browse files Browse the repository at this point in the history
## [6.12.1](v6.12.0...v6.12.1) (2024-09-06)

### Bug Fixes

* **provider:** fix `getRpcError` issue with chai matchers ([a66a876](a66a876))
  • Loading branch information
semantic-release-bot committed Sep 6, 2024
1 parent a66a876 commit c5f67d6
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.12.1](https://github.com/zksync-sdk/zksync-ethers/compare/v6.12.0...v6.12.1) (2024-09-06)


### Bug Fixes

* **provider:** fix `getRpcError` issue with chai matchers ([a66a876](https://github.com/zksync-sdk/zksync-ethers/commit/a66a8764845500793e0a79ff23c6cb7f618f9688))

# [6.12.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.11.2...v6.12.0) (2024-08-27)


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

0 comments on commit c5f67d6

Please sign in to comment.