Skip to content

Commit

Permalink
4.0.0 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
  • Loading branch information
4 people committed Nov 10, 2023
1 parent 4f1dc24 commit 3b44472
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3b44472

Please sign in to comment.