From feeebdfa1b1f307e1e90f3978516d678be2da253 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 12:24:35 +0400 Subject: [PATCH] 10.2.1 (#236) --- CHANGELOG.md | 11 ++++++++--- package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca84939..c59c71af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.2.1] +### Changed +- Update `json-rpc-middleware-stream` ([#234](https://github.com/MetaMask/providers/pull/234)) + ## [10.2.0] ### Changed -- update json-rpc-middleware-stream ([#230](https://github.com/MetaMask/providers/pull/230)) +- Update `json-rpc-middleware-stream` ([#230](https://github.com/MetaMask/providers/pull/230)) ## [10.1.0] ### Changed -- Update json-rpc-middleware-stream ([#228](https://github.com/MetaMask/providers/pull/228)) +- Update `json-rpc-middleware-stream` ([#228](https://github.com/MetaMask/providers/pull/228)) ## [10.0.0] ### Changed @@ -205,7 +209,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/v10.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v10.2.1...HEAD +[10.2.1]: https://github.com/MetaMask/providers/compare/v10.2.0...v10.2.1 [10.2.0]: https://github.com/MetaMask/providers/compare/v10.1.0...v10.2.0 [10.1.0]: https://github.com/MetaMask/providers/compare/v10.0.0...v10.1.0 [10.0.0]: https://github.com/MetaMask/providers/compare/v9.1.0...v10.0.0 diff --git a/package.json b/package.json index 20e5b8b1..4ec1876b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "10.2.0", + "version": "10.2.1", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream.", "main": "dist/index.js", "types": "dist/index.d.ts",