File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 18.0.0]
11
+
12
+ ### Changed
13
+
14
+ - ** BREAKING** : Bump ` @metamask/json-rpc-engine ` from ` ^9.0.1 ` to ` ^10.0.0 ` ([ #378 ] ( https://github.com/MetaMask/providers/pull/378 ) )
15
+ - ** BREAKING** : Bump ` @metamask/rpc-errors ` from ` ^6.4.0 ` to ` ^7.0.0 ` ([ #373 ] ( https://github.com/MetaMask/providers/pull/373 ) )
16
+ - Bump @metamask/object-multiplex from ` ^2.0.0 ` to ` ^2.1.0 ` ([ #375 ] ( https://github.com/MetaMask/providers/pull/375 ) )
17
+ - Bump @metamask/utils from ` ^9.2.1 ` to ` ^9.3.0 ` ([ #370 ] ( https://github.com/MetaMask/providers/pull/370 ) )
18
+
10
19
## [ 17.2.1]
11
20
12
21
### Fixed
@@ -466,7 +475,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
466
475
added deprecation warnings for them ([ #30 ] ( https://github.com/MetaMask/providers/pull/30 ) )
467
476
- Un-deprecated ` sendAsync ` ([ #29 ] ( https://github.com/MetaMask/providers/pull/29 ) )
468
477
469
- [ Unreleased ] : https://github.com/MetaMask/providers/compare/v17.2.1...HEAD
478
+ [ Unreleased ] : https://github.com/MetaMask/providers/compare/v18.0.0...HEAD
479
+ [ 18.0.0 ] : https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0
470
480
[ 17.2.1 ] : https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1
471
481
[ 17.2.0 ] : https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0
472
482
[ 17.1.2 ] : https://github.com/MetaMask/providers/compare/v17.1.1...v17.1.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/providers" ,
3
- "version" : " 17.2.1 " ,
3
+ "version" : " 18.0.0 " ,
4
4
"description" : " A JavaScript Ethereum provider that connects to the wallet over a stream" ,
5
5
"keywords" : [
6
6
" MetaMask" ,
You can’t perform that action at this time.
0 commit comments