File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 16.1.0]
11
+
12
+ ### Added
13
+
14
+ - Restore deprecated properties, networkChanged event, and offline send() net_version support ([ #312 ] ( https://github.com/MetaMask/providers/pull/312 ) )
15
+ - Bump MetaMask dependencies ([ #310 ] ( https://github.com/MetaMask/providers/pull/310 ) )
16
+ - Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.1 ([ #309 ] ( https://github.com/MetaMask/providers/pull/309 ) )
17
+ - Bump @metamask/utils from 8.3.0 to 8.4.0 ([ #311 ] ( https://github.com/MetaMask/providers/pull/311 ) )
18
+ - Bump tar from 6.1.13 to 6.2.1 ([ #314 ] ( https://github.com/MetaMask/providers/pull/314 ) )
19
+
10
20
## [ 16.0.0]
11
21
12
22
### Removed
@@ -382,7 +392,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
382
392
added deprecation warnings for them ([ #30 ] ( https://github.com/MetaMask/providers/pull/30 ) )
383
393
- Un-deprecated ` sendAsync ` ([ #29 ] ( https://github.com/MetaMask/providers/pull/29 ) )
384
394
385
- [ Unreleased ] : https://github.com/MetaMask/providers/compare/v16.0.0...HEAD
395
+ [ Unreleased ] : https://github.com/MetaMask/providers/compare/v16.1.0...HEAD
396
+ [ 16.1.0 ] : https://github.com/MetaMask/providers/compare/v16.0.0...v16.1.0
386
397
[ 16.0.0 ] : https://github.com/MetaMask/providers/compare/v15.0.0...v16.0.0
387
398
[ 15.0.0 ] : https://github.com/MetaMask/providers/compare/v14.0.2...v15.0.0
388
399
[ 14.0.2 ] : https://github.com/MetaMask/providers/compare/v14.0.1...v14.0.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/providers" ,
3
- "version" : " 16.0 .0" ,
3
+ "version" : " 16.1 .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