Skip to content

Commit 6b5f099

Browse files
github-actions[bot]github-actions
and
github-actions
authored
17.2.1 (#364)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 923cb57 commit 6b5f099

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [17.2.1]
11+
1012
### Fixed
1113

12-
- Added support for edge-chromium to `createExternalExtensionProvider` ([#318](https://github.com/MetaMask/providers/pull/318))
14+
- Add support for edge-chromium to `createExternalExtensionProvider` ([#318](https://github.com/MetaMask/providers/pull/318), [#368](https://github.com/MetaMask/providers/pull/368))
15+
- Fix ESM-related build issues ([#362](https://github.com/MetaMask/providers/pull/362), [#363](https://github.com/MetaMask/providers/pull/363))
1316

1417
## [17.2.0]
1518

@@ -463,7 +466,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
463466
added deprecation warnings for them ([#30](https://github.com/MetaMask/providers/pull/30))
464467
- Un-deprecated `sendAsync` ([#29](https://github.com/MetaMask/providers/pull/29))
465468

466-
[Unreleased]: https://github.com/MetaMask/providers/compare/v17.2.0...HEAD
469+
[Unreleased]: https://github.com/MetaMask/providers/compare/v17.2.1...HEAD
470+
[17.2.1]: https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1
467471
[17.2.0]: https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0
468472
[17.1.2]: https://github.com/MetaMask/providers/compare/v17.1.1...v17.1.2
469473
[17.1.1]: https://github.com/MetaMask/providers/compare/v17.1.0...v17.1.1

package.json

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

0 commit comments

Comments
 (0)