From 42e19c6e108298438d0e4808e548fd73a33c236f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Jul 2025 17:37:57 +0000 Subject: [PATCH 1/2] 7.0.3 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb4fa9..cfc03c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.3] + +### Uncategorized + +- Update workflows to use `MetaMask/action-checkout-and-setup` ([#170](https://github.com/MetaMask/rpc-errors/pull/170)) +- chore: update security-code-scanner@main to action-security-code-scanner@v1 ([#169](https://github.com/MetaMask/rpc-errors/pull/169)) +- chore: add workflow_dispatch to security-code-scanner ([#168](https://github.com/MetaMask/rpc-errors/pull/168)) + ### Changed - Bump `@metamask/utils` from `^11.0.1` to `^11.4.2` ([#171](https://github.com/MetaMask/rpc-errors/pull/171)) @@ -226,7 +234,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.2...HEAD +[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v7.0.3...HEAD +[7.0.3]: https://github.com/MetaMask/rpc-errors/compare/v7.0.2...v7.0.3 [7.0.2]: https://github.com/MetaMask/rpc-errors/compare/v7.0.1...v7.0.2 [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 diff --git a/package.json b/package.json index 6407cb1..7d2c290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/rpc-errors", - "version": "7.0.2", + "version": "7.0.3", "description": "Ethereum RPC and Provider errors", "keywords": [ "rpc", From a1686d31475c83ee0773f36450e5441c8d8227d2 Mon Sep 17 00:00:00 2001 From: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com> Date: Wed, 2 Jul 2025 22:01:00 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc03c2..5244b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.0.3] -### Uncategorized - -- Update workflows to use `MetaMask/action-checkout-and-setup` ([#170](https://github.com/MetaMask/rpc-errors/pull/170)) -- chore: update security-code-scanner@main to action-security-code-scanner@v1 ([#169](https://github.com/MetaMask/rpc-errors/pull/169)) -- chore: add workflow_dispatch to security-code-scanner ([#168](https://github.com/MetaMask/rpc-errors/pull/168)) - ### Changed - Bump `@metamask/utils` from `^11.0.1` to `^11.4.2` ([#171](https://github.com/MetaMask/rpc-errors/pull/171))