File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments