What's Changed
- fix: correctly close ws connection in web3-eth-contract integration tests by @krzysu in https://github.com/web3/web3.js/pull/7338
- fix: export Web3Account, Wallet and signature related types by @krzysu in https://github.com/web3/web3.js/pull/7374
- fix: CI workflow cache issues by @krzysu in https://github.com/web3/web3.js/pull/7384
- fix: return type of sendTransaction in...