From c39c77e4cf1f6c4b4f6ebafae8f6d145a72e6127 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 19 Dec 2024 13:45:04 +0000 Subject: [PATCH 1/3] 18.3.1 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37de5bfc..8c3c77aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [18.3.1] + +### Uncategorized + +- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group ([#388](https://github.com/MetaMask/providers/pull/388)) +- Bump MetaMask dependencies ([#397](https://github.com/MetaMask/providers/pull/397)) + ## [18.3.0] ### Added @@ -512,7 +519,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/v18.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/providers/compare/v18.3.1...HEAD +[18.3.1]: https://github.com/MetaMask/providers/compare/v18.3.0...v18.3.1 [18.3.0]: https://github.com/MetaMask/providers/compare/v18.2.0...v18.3.0 [18.2.0]: https://github.com/MetaMask/providers/compare/v18.1.2...v18.2.0 [18.1.2]: https://github.com/MetaMask/providers/compare/v18.1.1...v18.1.2 diff --git a/package.json b/package.json index 99734fa7..b3db277b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/providers", - "version": "18.3.0", + "version": "18.3.1", "description": "A JavaScript Ethereum provider that connects to the wallet over a stream", "keywords": [ "MetaMask", From 1fc80a7998b8f1784bc5b82ac50eee5be414b7f5 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Thu, 19 Dec 2024 14:50:20 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3c77aa..3f03fbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [18.3.1] -### Uncategorized +### Changed -- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group ([#388](https://github.com/MetaMask/providers/pull/388)) - Bump MetaMask dependencies ([#397](https://github.com/MetaMask/providers/pull/397)) +- Bump `@metamask/json-rpc-engine` from `^10.0.1` to `^10.0.2` ([#397](https://github.com/MetaMask/providers/pull/397)) +- Bump `@metamask/json-rpc-middleware-stream` from `^8.0.5` to `^8.0.6` ([#397](https://github.com/MetaMask/providers/pull/397)) +- Bump `@metamask/rpc-errors` from `^7.0.1` to `^7.0.2` ([#397](https://github.com/MetaMask/providers/pull/397)) +- Bump `@metamask/utils` from `^10.0.0` to `^11.0.1` ([#397](https://github.com/MetaMask/providers/pull/397)) ## [18.3.0] From 1cc8ef54ec92ae33c768f15fc08979f3954f5f17 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Thu, 19 Dec 2024 14:50:37 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f03fbee..fca7c949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump MetaMask dependencies ([#397](https://github.com/MetaMask/providers/pull/397)) - Bump `@metamask/json-rpc-engine` from `^10.0.1` to `^10.0.2` ([#397](https://github.com/MetaMask/providers/pull/397)) - Bump `@metamask/json-rpc-middleware-stream` from `^8.0.5` to `^8.0.6` ([#397](https://github.com/MetaMask/providers/pull/397)) - Bump `@metamask/rpc-errors` from `^7.0.1` to `^7.0.2` ([#397](https://github.com/MetaMask/providers/pull/397))