From 59513e7157f0f67544dc3233a41f37279eaf0b8a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Nov 2024 22:15:31 +0000 Subject: [PATCH] 6.14.3 version bump [skip ci] ## [6.14.3](https://github.com/zksync-sdk/zksync-ethers/compare/v6.14.2...v6.14.3) (2024-11-05) ### Bug Fixes * include custom signature in estimateGas calls ([703690d](https://github.com/zksync-sdk/zksync-ethers/commit/703690d4ed436cfe8d87dfe9f727ecc2e2d0fd84)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20545e5..481c47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.14.3](https://github.com/zksync-sdk/zksync-ethers/compare/v6.14.2...v6.14.3) (2024-11-05) + + +### Bug Fixes + +* include custom signature in estimateGas calls ([703690d](https://github.com/zksync-sdk/zksync-ethers/commit/703690d4ed436cfe8d87dfe9f727ecc2e2d0fd84)) + ## [6.14.2](https://github.com/zksync-sdk/zksync-ethers/compare/v6.14.1...v6.14.2) (2024-11-01) diff --git a/package.json b/package.json index 76b2b4c..b7e393e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zksync-ethers", - "version": "6.14.2", + "version": "6.14.3", "main": "build/index.js", "module": "build-esm/index.js", "types": "build/index.d.ts",