From c16e0b708c8278a4019130f3400bb620a08cf309 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 17 Nov 2022 07:14:53 +0000 Subject: [PATCH 1/3] 10.2.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca84939..c6b54aea 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] +## [10.2.1] +### Uncategorized +- Updating dependency json-rpc-middleware-stream ([#234](https://github.com/MetaMask/providers/pull/234)) +- Bump @metamask/auto-changelog from 3.0.0 to 3.1.0 ([#233](https://github.com/MetaMask/providers/pull/233)) +- Bump @metamask/auto-changelog from 2.6.1 to 3.0.0 ([#232](https://github.com/MetaMask/providers/pull/232)) + ## [10.2.0] ### Changed - update json-rpc-middleware-stream ([#230](https://github.com/MetaMask/providers/pull/230)) @@ -205,7 +211,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", From 293faf114a7dae8c5db0115523efb23ff1d30391 Mon Sep 17 00:00:00 2001 From: Erik Marks Date: Wed, 16 Nov 2022 23:16:29 -0800 Subject: [PATCH 2/3] Edit changelog --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b54aea..6b85dcc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,17 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.2.1] ### Uncategorized -- Updating dependency json-rpc-middleware-stream ([#234](https://github.com/MetaMask/providers/pull/234)) -- Bump @metamask/auto-changelog from 3.0.0 to 3.1.0 ([#233](https://github.com/MetaMask/providers/pull/233)) -- Bump @metamask/auto-changelog from 2.6.1 to 3.0.0 ([#232](https://github.com/MetaMask/providers/pull/232)) +- 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 From eba46469533d788d3fdc77202343b843ac8fb3af Mon Sep 17 00:00:00 2001 From: Jyoti Puri Date: Thu, 17 Nov 2022 12:22:43 +0400 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b85dcc6..c59c71af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [10.2.1] -### Uncategorized +### Changed - Update `json-rpc-middleware-stream` ([#234](https://github.com/MetaMask/providers/pull/234)) ## [10.2.0]