From 89b7fc17c2e7dc94ca9e015e9d27aed335f03498 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 23:25:11 +0530 Subject: [PATCH] 10.0.0 (#227) --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20720ba8..4f8676fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.0] +### Changed +- Retry sending messages to extension when `METAMASK_EXTENSION_STREAM_CONNECT` is received ([#223](https://github.com/MetaMask/providers/pull/223)) +- **BREAKING:** Update minimum Node.js version to v14 ([#225](https://github.com/MetaMask/providers/pull/225)) + ## [9.1.0] ### Added - Add deprecation warning for encryption methods ([#218](https://github.com/MetaMask/providers/pull/218)) @@ -192,7 +197,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/v9.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v10.0.0...HEAD +[10.0.0]: https://github.com/MetaMask/providers/compare/v9.1.0...v10.0.0 [9.1.0]: https://github.com/MetaMask/providers/compare/v9.0.0...v9.1.0 [9.0.0]: https://github.com/MetaMask/providers/compare/v8.1.1...v9.0.0 [8.1.1]: https://github.com/MetaMask/providers/compare/v8.1.0...v8.1.1 diff --git a/package.json b/package.json index 836c53a5..39b68f38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "9.1.0", + "version": "10.0.0", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream.", "main": "dist/index.js", "types": "dist/index.d.ts",