From 5b1241d0b23a16c388963077eb8b0b0a542c4aea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:54:43 +0100 Subject: [PATCH] 18.3.1 (#398) * 18.3.1 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37de5bfc..fca7c949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [18.3.1] + +### Changed + +- 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] ### Added @@ -512,7 +521,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",