Skip to content

Commit

Permalink
16.0.0 (#308)
Browse files Browse the repository at this point in the history
* 16.0.0

* Update changelog

---------

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

## [Unreleased]

## [16.0.0]

### Removed

- **BREAKING:** Remove deprecated properties, networkChanged event, and offline send() net_version support ([#306](https://github.com/MetaMask/providers/pull/306))
- `window.ethereum.chainId` has been removed. Use the 'eth_chainId' RPC method instead.
- `window.ethereum.networkVersion` has been removed. Use the 'net_version' RPC method instead.
- `window.ethereum.selectedAddress` has been removed. Use the 'eth_accounts' RPC method instead.
- `networkChanged` event has been removed. The closest equivalent is the `chainChanged` event.
- `window.ethereum.send()` no longer resolves `net_version` offline (from cache).

## Changed

- Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 ([#305](https://github.com/MetaMask/providers/pull/305))

## [15.0.0]

### Added
Expand Down Expand Up @@ -367,7 +382,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/v15.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/providers/compare/v16.0.0...HEAD
[16.0.0]: https://github.com/MetaMask/providers/compare/v15.0.0...v16.0.0
[15.0.0]: https://github.com/MetaMask/providers/compare/v14.0.2...v15.0.0
[14.0.2]: https://github.com/MetaMask/providers/compare/v14.0.1...v14.0.2
[14.0.1]: https://github.com/MetaMask/providers/compare/v14.0.0...v14.0.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": "15.0.0",
"version": "16.0.0",
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 8ac2143

Please sign in to comment.