From ece06509da546b0dd97239403f399100af98cbfd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:19:44 +0900 Subject: [PATCH] 12.0.0 (#279) --------- Co-authored-by: github-actions Co-authored-by: legobt <6wbvkn0j@anonaddy.me> --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad5332e..0f11be4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.0.0] +### Changed +- **BREAKING**: Replace `eth-rpc-errors`@`^4.0.2` with `@metamask/rpc-errors`@`6.0.0` ([#277](https://github.com/MetaMask/providers/pull/277)) +- **BREAKING**: Replace `json-rpc-engine`@`^6.1.0` with `@metamask/json-rpc-engine`@`7.1.1` ([#277](https://github.com/MetaMask/providers/pull/277)) +- Upgrade `@metamask/utils` from `^6.2.0` to `^8.1.0` ([#277](https://github.com/MetaMask/providers/pull/277)) + ## [11.1.2] ### Changed - Update `extension-port-stream` to `^2.1.1` ([#273](https://github.com/MetaMask/providers/pull/273)) @@ -232,7 +238,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/v11.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v12.0.0...HEAD +[12.0.0]: https://github.com/MetaMask/providers/compare/v11.1.2...v12.0.0 [11.1.2]: https://github.com/MetaMask/providers/compare/v11.1.1...v11.1.2 [11.1.1]: https://github.com/MetaMask/providers/compare/v11.1.0...v11.1.1 [11.1.0]: https://github.com/MetaMask/providers/compare/v11.0.0...v11.1.0 diff --git a/package.json b/package.json index 513c2862..217d8561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "11.1.2", + "version": "12.0.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream.", "keywords": [ "MetaMask",