Skip to content

Commit 3678037

Browse files
github-actions[bot]github-actionsffmcgee725
authored
18.3.0 (#396)
* 18.3.0 * Update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: ffmcgee <joao.carlos@consensys.net>
1 parent 53e3f81 commit 3678037

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [18.3.0]
11+
12+
### Added
13+
14+
- 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))
15+
1016
## [18.2.0]
1117

1218
### Added
@@ -506,7 +512,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
506512
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
507513
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))
508514

509-
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.2.0...HEAD
515+
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.3.0...HEAD
516+
[18.3.0]: https://github.com/MetaMask/providers/compare/v18.2.0...v18.3.0
510517
[18.2.0]: https://github.com/MetaMask/providers/compare/v18.1.2...v18.2.0
511518
[18.1.2]: https://github.com/MetaMask/providers/compare/v18.1.1...v18.1.2
512519
[18.1.1]: https://github.com/MetaMask/providers/compare/v18.1.0...v18.1.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/providers",
3-
"version": "18.2.0",
3+
"version": "18.3.0",
44
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)