From ac963b4f3070b32c27d7656cc51fd4f272a751db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:03:25 +0200 Subject: [PATCH] 7.0.1 (#162) This is the release candidate for version 7.0.1. --------- Co-authored-by: github-actions Co-authored-by: Frederik Bolding --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d8b8b..2988b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.1] + +### Changed + +- Bump `@metamask/utils` from `^9.0.0` to `^10.0.0` ([#161](https://github.com/MetaMask/rpc-errors/pull/161)) + ## [7.0.0] ### Changed @@ -210,7 +216,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `serializeError` - If the object passed to the function has a `.message` property, it will preferred over the `.message` property of the fallback error when creating the returned serialized error object -[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v7.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v7.0.1...HEAD +[7.0.1]: https://github.com/MetaMask/rpc-errors/compare/v7.0.0...v7.0.1 [7.0.0]: https://github.com/MetaMask/rpc-errors/compare/v6.4.0...v7.0.0 [6.4.0]: https://github.com/MetaMask/rpc-errors/compare/v6.3.1...v6.4.0 [6.3.1]: https://github.com/MetaMask/rpc-errors/compare/v6.3.0...v6.3.1 diff --git a/package.json b/package.json index 35e7a21..fe8cb09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/rpc-errors", - "version": "7.0.0", + "version": "7.0.1", "description": "Ethereum RPC and Provider errors", "keywords": [ "rpc",