Skip to content

Commit 2c43cf7

Browse files
github-actions[bot]github-actionslegobeat
authored
18.1.0 (#382)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent 56e8b0f commit 2c43cf7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1020
## [18.0.0]
1121

1222
### Changed
@@ -475,7 +485,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
475485
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
476486
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))
477487

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
479490
[18.0.0]: https://github.com/MetaMask/providers/compare/v17.2.1...v18.0.0
480491
[17.2.1]: https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1
481492
[17.2.0]: https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/providers",
3-
"version": "18.0.0",
3+
"version": "18.1.0",
44
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)