Skip to content

Commit

Permalink
6.7.1 version bump [skip ci]
Browse files Browse the repository at this point in the history
## [6.7.1](v6.7.0...v6.7.1) (2024-05-09)

### Bug Fixes

* export `typechain` at the top level of the package ([d125eea](d125eea))
* getPriorityOpResponse correctly assigns waitL1Commit to l2Response object ([0cfedc9](0cfedc9))
* **signer:** make `Signer` compatible when created using `BrowserProvider.getSigner()` ([e62c98d](e62c98d))
  • Loading branch information
semantic-release-bot committed May 9, 2024
1 parent f15417f commit a535b94
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.7.1](https://github.com/zksync-sdk/zksync-ethers/compare/v6.7.0...v6.7.1) (2024-05-09)


### Bug Fixes

* export `typechain` at the top level of the package ([d125eea](https://github.com/zksync-sdk/zksync-ethers/commit/d125eea0534c4660176cabf251e410ce7ff1f229))
* getPriorityOpResponse correctly assigns waitL1Commit to l2Response object ([0cfedc9](https://github.com/zksync-sdk/zksync-ethers/commit/0cfedc96456adbb2613ead8f498c28022f409039))
* **signer:** make `Signer` compatible when created using `BrowserProvider.getSigner()` ([e62c98d](https://github.com/zksync-sdk/zksync-ethers/commit/e62c98d9e066a01697d517d2a3966fd822777b5b))

# [6.7.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.6.0...v6.7.0) (2024-04-04)


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.7.0",
"version": "6.7.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"description": "A Web3 library for interacting with the ZkSync Layer 2 scaling solution.",
Expand Down

0 comments on commit a535b94

Please sign in to comment.