Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 9, 2023
1 parent 4f1dc24 commit 398358a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0]
### Uncategorized
- Align types with @metamask/eth-json-rpc-provider ([#21](https://github.com/MetaMask/eth-query/pull/21))
- Bump @babel/traverse from 7.22.8 to 7.23.2 ([#20](https://github.com/MetaMask/eth-query/pull/20))
- Bump postcss from 8.4.25 to 8.4.31 ([#19](https://github.com/MetaMask/eth-query/pull/19))

## [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 +26,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 398358a

Please sign in to comment.