Skip to content

Commit 157d24f

Browse files
github-actions[bot]github-actionsGudahtt
authored
18.2.0 (#394)
* 18.2.0 * Update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent 1c4015d commit 157d24f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [18.2.0]
11+
12+
### Added
13+
14+
- Add new export for `initializeInpageProvider` with legacy build system support ([#391](https://github.com/MetaMask/providers/pull/391))
15+
- Previously this module could be imported from `/dist/initializeInpageProvider`, but this only worked with build systems that support the `exports` field (e.g. browserify).
16+
- This new `initializeInpageProvider` export has a JavaScript redirect for older build systems, so it should work correctly in all cases.
17+
1018
## [18.1.2]
1119

1220
### Fixed
@@ -498,7 +506,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
498506
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
499507
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))
500508

501-
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.1.2...HEAD
509+
[Unreleased]: https://github.com/MetaMask/providers/compare/v18.2.0...HEAD
510+
[18.2.0]: https://github.com/MetaMask/providers/compare/v18.1.2...v18.2.0
502511
[18.1.2]: https://github.com/MetaMask/providers/compare/v18.1.1...v18.1.2
503512
[18.1.1]: https://github.com/MetaMask/providers/compare/v18.1.0...v18.1.1
504513
[18.1.0]: https://github.com/MetaMask/providers/compare/v18.0.0...v18.1.0

package.json

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

0 commit comments

Comments
 (0)