From 91246168716ad62c564828d8c3fa4053c6dd5e37 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 12 Mar 2024 21:57:09 +0000 Subject: [PATCH] 16.0.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52f494b..7f962b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [16.0.0] + +### Uncategorized + +- Remove deprecated properties, networkChanged event, and offline send() net_version support ([#306](https://github.com/MetaMask/providers/pull/306)) +- Enabling MetaMask security code scanner ([#297](https://github.com/MetaMask/providers/pull/297)) +- 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 @@ -367,7 +375,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 diff --git a/package.json b/package.json index 8d8d3e4a..2ff82c58 100644 --- a/package.json +++ b/package.json @@ -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",