Skip to content

Commit

Permalink
18.3.0 (#396)
Browse files Browse the repository at this point in the history
* 18.3.0

* Update changelog

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: ffmcgee <joao.carlos@consensys.net>
  • Loading branch information
3 people authored Dec 16, 2024
1 parent 53e3f81 commit 3678037
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 @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [18.3.0]

### Added

- Implement Wallet Discovery via [CAIP-294](https://github.com/ChainAgnostic/CAIPs/blob/bc4942857a8e04593ed92f7dc66653577a1c4435/CAIPs/caip-294.md) for Wallet Multichain API ([#395](https://github.com/MetaMask/providers/pull/395))

## [18.2.0]

### Added
Expand Down Expand Up @@ -506,7 +512,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/v18.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.3.0...HEAD
[18.3.0]: https://github.com/MetaMask/providers/compare/v18.2.0...v18.3.0
[18.2.0]: https://github.com/MetaMask/providers/compare/v18.1.2...v18.2.0
[18.1.2]: https://github.com/MetaMask/providers/compare/v18.1.1...v18.1.2
[18.1.1]: https://github.com/MetaMask/providers/compare/v18.1.0...v18.1.1
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": "18.2.0",
"version": "18.3.0",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 3678037

Please sign in to comment.