Skip to content

Commit 981fa83

Browse files
github-actions[bot]github-actionsadonesky1
authored
22.0.1 (#417)
* 22.0.1 * update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Alex <adonesky@gmail.com>
1 parent 098e396 commit 981fa83

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.1]
11+
12+
### Fixed
13+
14+
- Catch error when ethereum provider is set before we attempt to set it ([#416](https://github.com/MetaMask/providers/pull/416))
15+
1016
## [22.0.0]
1117

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

566-
[Unreleased]: https://github.com/MetaMask/providers/compare/v22.0.0...HEAD
572+
[Unreleased]: https://github.com/MetaMask/providers/compare/v22.0.1...HEAD
573+
[22.0.1]: https://github.com/MetaMask/providers/compare/v22.0.0...v22.0.1
567574
[22.0.0]: https://github.com/MetaMask/providers/compare/v21.0.0...v22.0.0
568575
[21.0.0]: https://github.com/MetaMask/providers/compare/v20.0.0...v21.0.0
569576
[20.0.0]: https://github.com/MetaMask/providers/compare/v19.0.0...v20.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.0",
3+
"version": "22.0.1",
44
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)