Skip to content

Commit

Permalink
6.16.1 version bump [skip ci]
Browse files Browse the repository at this point in the history
## [6.16.1](v6.16.0...v6.16.1) (2025-02-12)

### Bug Fixes

* **signer:** fix `sendTransaction` populating from address ([2f18080](2f18080))
  • Loading branch information
semantic-release-bot committed Feb 12, 2025
1 parent 2f18080 commit e76cdb1
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.16.1](https://github.com/zksync-sdk/zksync-ethers/compare/v6.16.0...v6.16.1) (2025-02-12)


### Bug Fixes

* **signer:** fix `sendTransaction` populating from address ([2f18080](https://github.com/zksync-sdk/zksync-ethers/commit/2f1808059cc8451a5b2e86cd189a33dd1a9ebde3))

# [6.16.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.15.4...v6.16.0) (2025-01-30)


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

0 comments on commit e76cdb1

Please sign in to comment.