Skip to content

Commit

Permalink
17.2.0 (#361)
Browse files Browse the repository at this point in the history
* 17.2.0

* Update changelog

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Jiexi Luan <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent 1f047a2 commit d3283aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [17.2.0]

### Changed

- Bump @metamask/utils from 9.1.0 to 9.2.1 ([#357](https://github.com/MetaMask/providers/pull/357))
- Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group ([#359](https://github.com/MetaMask/providers/pull/359))

### Removed

- Remove deprecation console warnings when accessing `window.ethereum.chainId`, `window.ethereum.networkVersion`, and `window.ethereum.selectedAddress` ([#360](https://github.com/MetaMask/providers/pull/360))

## [17.1.2]

### Added
Expand Down Expand Up @@ -448,7 +459,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.1.2...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v17.2.0...HEAD
[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
[17.1.0]: https://github.com/MetaMask/providers/compare/v17.0.0...v17.1.0
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.1.2",
"version": "17.2.0",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit d3283aa

Please sign in to comment.