Commit 2c43cf7 1 parent 56e8b0f commit 2c43cf7 Copy full SHA for 2c43cf7
File tree 2 files changed +13
-2
lines changed
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
+ ## [ 18.1.0]
11
+
12
+ ### Added
13
+
14
+ - Add intializeInpageProvider as package export ([ #380 ] ( https://github.com/MetaMask/providers/pull/380 ) )
15
+
16
+ ### Fixed
17
+
18
+ - Remove spurious typescript reference ([ #381 ] ( https://github.com/MetaMask/providers/pull/381 ) )
19
+
10
20
## [ 18.0.0]
11
21
12
22
### Changed
@@ -475,7 +485,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
475
485
added deprecation warnings for them ([ #30 ] ( https://github.com/MetaMask/providers/pull/30 ) )
476
486
- Un-deprecated ` sendAsync ` ([ #29 ] ( https://github.com/MetaMask/providers/pull/29 ) )
477
487
478
- [ Unreleased ] : https://github.com/MetaMask/providers/compare/v18.0.0...HEAD
488
+ [ Unreleased ] : https://github.com/MetaMask/providers/compare/v18.1.0...HEAD
489
+ [ 18.1.0 ] : https://github.com/MetaMask/providers/compare/v18.0.0...v18.1.0
479
490
[ 18.0.0 ] : https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0
480
491
[ 17.2.1 ] : https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1
481
492
[ 17.2.0 ] : https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/providers" ,
3
- "version" : " 18.0 .0" ,
3
+ "version" : " 18.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