Skip to content

Commit

Permalink
18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 16, 2024
1 parent 68db8e9 commit 0a66c8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [18.0.0]

### Uncategorized

- deps: @metamask/json-rpc-engine@^9.0.1->^10.0.0 ([#378](https://github.com/MetaMask/providers/pull/378))
- Bump @metamask/object-multiplex from 2.0.0 to 2.1.0 ([#375](https://github.com/MetaMask/providers/pull/375))
- Bump @metamask/utils from 9.2.1 to 9.3.0 ([#370](https://github.com/MetaMask/providers/pull/370))
- Bump @metamask/rpc-errors from 6.4.0 to 7.0.0 ([#373](https://github.com/MetaMask/providers/pull/373))

## [17.2.1]

### Fixed
Expand Down Expand Up @@ -466,7 +475,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))

[Unreleased]: https://github.com/MetaMask/providers/compare/v17.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.0.0...HEAD
[18.0.0]: https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0
[17.2.1]: https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1
[17.2.0]: https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0
[17.1.2]: https://github.com/MetaMask/providers/compare/v17.1.1...v17.1.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/providers",
"version": "17.2.1",
"version": "18.0.0",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 0a66c8a

Please sign in to comment.