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",