From 2459908105005a8c57146503e21200d8c25c6d3d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Aug 2024 17:49:39 +0000 Subject: [PATCH] 6.12.0 version bump [skip ci] # [6.12.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.11.2...v6.12.0) (2024-08-27) ### Bug Fixes * **signer:** fix `populateFeeData` provider check ([b89429b](https://github.com/zksync-sdk/zksync-ethers/commit/b89429b26392e3d077723cf9962bdc62485763a2)) ### Features * `getTransfer` and `getWithdraw` return `EIP712` type ([f92d344](https://github.com/zksync-sdk/zksync-ethers/commit/f92d3444bef761e28c669f4f2743778151aa8140)) * **provider:** add `estimateDefaultBridgeDepositL2Gas` and `estimateCustomBridgeDepositL2Gas` ([1ffd39a](https://github.com/zksync-sdk/zksync-ethers/commit/1ffd39aeda718746142231c9775964f5c0148216)) * **provider:** add `getL1ChainId` ([0f8d58f](https://github.com/zksync-sdk/zksync-ethers/commit/0f8d58f8131f84af34dada409dd347dcc7e04b16)) * **signer:** add `finalizeWithdrawalParams` ([30fb918](https://github.com/zksync-sdk/zksync-ethers/commit/30fb9181e3ac5ff3f19398a5d638bc7cf8292a96)) * **signer:** add `VoidSigner` for l2 operations ([358f733](https://github.com/zksync-sdk/zksync-ethers/commit/358f733dc4f7e21863ee2b9e0bc4963464ededc9)) * **types:** add `timeout` parameter to transaction `wait()` ([2e55d0b](https://github.com/zksync-sdk/zksync-ethers/commit/2e55d0b2a545d25a6cc043ddebd6d82446ec4a65)) * **wallet:** add `getFinalizeWithdrawalParams` ([87f6081](https://github.com/zksync-sdk/zksync-ethers/commit/87f60812354248aa52f0abc7339ab18e716775b8)) --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae9fcf..5b292cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [6.12.0](https://github.com/zksync-sdk/zksync-ethers/compare/v6.11.2...v6.12.0) (2024-08-27) + + +### Bug Fixes + +* **signer:** fix `populateFeeData` provider check ([b89429b](https://github.com/zksync-sdk/zksync-ethers/commit/b89429b26392e3d077723cf9962bdc62485763a2)) + + +### Features + +* `getTransfer` and `getWithdraw` return `EIP712` type ([f92d344](https://github.com/zksync-sdk/zksync-ethers/commit/f92d3444bef761e28c669f4f2743778151aa8140)) +* **provider:** add `estimateDefaultBridgeDepositL2Gas` and `estimateCustomBridgeDepositL2Gas` ([1ffd39a](https://github.com/zksync-sdk/zksync-ethers/commit/1ffd39aeda718746142231c9775964f5c0148216)) +* **provider:** add `getL1ChainId` ([0f8d58f](https://github.com/zksync-sdk/zksync-ethers/commit/0f8d58f8131f84af34dada409dd347dcc7e04b16)) +* **signer:** add `finalizeWithdrawalParams` ([30fb918](https://github.com/zksync-sdk/zksync-ethers/commit/30fb9181e3ac5ff3f19398a5d638bc7cf8292a96)) +* **signer:** add `VoidSigner` for l2 operations ([358f733](https://github.com/zksync-sdk/zksync-ethers/commit/358f733dc4f7e21863ee2b9e0bc4963464ededc9)) +* **types:** add `timeout` parameter to transaction `wait()` ([2e55d0b](https://github.com/zksync-sdk/zksync-ethers/commit/2e55d0b2a545d25a6cc043ddebd6d82446ec4a65)) +* **wallet:** add `getFinalizeWithdrawalParams` ([87f6081](https://github.com/zksync-sdk/zksync-ethers/commit/87f60812354248aa52f0abc7339ab18e716775b8)) + ## [6.11.2](https://github.com/zksync-sdk/zksync-ethers/compare/v6.11.1...v6.11.2) (2024-08-09) diff --git a/package.json b/package.json index 3cfb7fd..29b61d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zksync-ethers", - "version": "6.11.2", + "version": "6.12.0", "main": "build/index.js", "module": "build-esm/index.js", "types": "build/index.d.ts",