Skip to content

Commit

Permalink
6.2.0 version bump [skip ci]
Browse files Browse the repository at this point in the history
# [6.2.0](v6.1.0...v6.2.0) (2024-02-07)

### Features

* **provider:** `getDefaultProvider()` connects to local network by default ([ae2146d](ae2146d))
* **provider:** add `getProof` method for fetching storage proofs ([d364000](d364000))
* **wallet,provider:** add paymaster support for transfer and withdrawal tx ([5cab446](5cab446))
  • Loading branch information
semantic-release-bot committed Feb 7, 2024
1 parent db33e74 commit 6d54d5a
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.2.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.1.0...v6.2.0) (2024-02-07)


### Features

* **provider:** `getDefaultProvider()` connects to local network by default ([ae2146d](https://github.com/zksync-sdk/zksync-ethers/commit/ae2146d1c38128de1dfc96369fa48d8e915ef343))
* **provider:** add `getProof` method for fetching storage proofs ([d364000](https://github.com/zksync-sdk/zksync-ethers/commit/d3640001e8419dc704438063ab8cb37c37a4f86b))
* **wallet,provider:** add paymaster support for transfer and withdrawal tx ([5cab446](https://github.com/zksync-sdk/zksync-ethers/commit/5cab446b3781ce485e2d2735bdfde654a809d277))

# [6.1.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.0.0...v6.1.0) (2024-01-24)


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

0 comments on commit 6d54d5a

Please sign in to comment.