Skip to content

Commit f0ca94b

Browse files
github-actions[bot]github-actionsjiexi
authored
22.0.0 (#415)
* 22.0.0 * update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Jiexi Luan <[email protected]>
1 parent c237ed7 commit f0ca94b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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+
## [22.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING**: `initializeProvider` announces the extensionId, when available, via a `caip-348` target on in the new `targets` property of the CAIP-294 wallet announcement event instead of the previous `extensionId` property ([#413](https://github.com/MetaMask/providers/pull/413))
15+
1016
## [21.0.0]
1117

1218
### Changed
@@ -557,7 +563,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
557563
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
558564
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))
559565

560-
[Unreleased]: https://github.com/MetaMask/providers/compare/v21.0.0...HEAD
566+
[Unreleased]: https://github.com/MetaMask/providers/compare/v22.0.0...HEAD
567+
[22.0.0]: https://github.com/MetaMask/providers/compare/v21.0.0...v22.0.0
561568
[21.0.0]: https://github.com/MetaMask/providers/compare/v20.0.0...v21.0.0
562569
[20.0.0]: https://github.com/MetaMask/providers/compare/v19.0.0...v20.0.0
563570
[19.0.0]: https://github.com/MetaMask/providers/compare/v18.3.1...v19.0.0

package.json

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

0 commit comments

Comments
 (0)