Skip to content

Commit 5b3055f

Browse files
github-actions[bot]github-actionsadonesky1
authored
22.1.0 (#420)
* 22.1.0 * update changelog * address feedback --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]>
1 parent 93f9493 commit 5b3055f

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.1.0]
11+
12+
### Changed
13+
14+
- Adds a new `shouldAnnounceCaip294` flag to `initializeProvider` options (defaulted to true), so instead of the `providerInfo.rdns` value determining whether or not to announce the caip-294 target, the caller of `initializeProvider` can directly control this ([#419](https://github.com/MetaMask/providers/pull/419))
15+
1016
## [22.0.1]
1117

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

572-
[Unreleased]: https://github.com/MetaMask/providers/compare/v22.0.1...HEAD
578+
[Unreleased]: https://github.com/MetaMask/providers/compare/v22.1.0...HEAD
579+
[22.1.0]: https://github.com/MetaMask/providers/compare/v22.0.1...v22.1.0
573580
[22.0.1]: https://github.com/MetaMask/providers/compare/v22.0.0...v22.0.1
574581
[22.0.0]: https://github.com/MetaMask/providers/compare/v21.0.0...v22.0.0
575582
[21.0.0]: https://github.com/MetaMask/providers/compare/v20.0.0...v21.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": "22.0.1",
3+
"version": "22.1.0",
44
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)