From 3b44472889acb7b1f9c0ed45de6f38b5ed058ad8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:41:55 -0700 Subject: [PATCH] 4.0.0 (#22) Co-authored-by: github-actions Co-authored-by: Elliot Winkler Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6cf56..df114b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] +### Changed +- **BREAKING**: Narrow type of provider to match SafeEventEmitterProvider from `@metamask/eth-json-rpc-provider` ([#21](https://github.com/MetaMask/eth-query/pull/21)) + ## [3.0.1] ### Fixed - Fix module in type definitions file to match name of package ([#17](https://github.com/MetaMask/eth-query/pull/17)) @@ -20,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Enforce a minimum Node version of 16 ([#7](https://github.com/MetaMask/eth-query/pull/7)) - Make install scripts for dependencies opt-in via `@lavamoat/allow-scripts` ([#5](https://github.com/MetaMask/eth-query/pull/5)) -[Unreleased]: https://github.com/MetaMask/eth-query/compare/v3.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/eth-query/compare/v4.0.0...HEAD +[4.0.0]: https://github.com/MetaMask/eth-query/compare/v3.0.1...v4.0.0 [3.0.1]: https://github.com/MetaMask/eth-query/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/MetaMask/eth-query/releases/tag/v3.0.0 diff --git a/package.json b/package.json index 516c191..f8796c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-query", - "version": "3.0.1", + "version": "4.0.0", "description": "like web3 but for minimalists", "homepage": "https://github.com/MetaMask/eth-query#readme", "bugs": {