Skip to content

Commit

Permalink
17.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and Mrtenz committed Oct 3, 2024
1 parent 923cb57 commit 5072380
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [17.2.1]

### Fixed

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

## [17.2.0]

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

[Unreleased]: https://github.com/MetaMask/providers/compare/v17.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v17.2.1...HEAD
[17.2.1]: https://github.com/MetaMask/providers/compare/v17.2.0...v17.2.1
[17.2.0]: https://github.com/MetaMask/providers/compare/v17.1.2...v17.2.0
[17.1.2]: https://github.com/MetaMask/providers/compare/v17.1.1...v17.1.2
[17.1.1]: https://github.com/MetaMask/providers/compare/v17.1.0...v17.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/providers",
"version": "17.2.0",
"version": "17.2.1",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 5072380

Please sign in to comment.