Skip to content

Commit df5f688

Browse files
github-actions[bot]github-actionscryptodev-2s
authored
7.0.3 (#172)
This is the release candidate for version 7.0.3. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
1 parent 0e81436 commit df5f688

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.0.3]
11+
1012
### Changed
1113

1214
- Bump `@metamask/utils` from `^11.0.1` to `^11.4.2` ([#171](https://github.com/MetaMask/rpc-errors/pull/171))
@@ -226,7 +228,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226228
- `serializeError`
227229
- 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
228230

229-
[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v7.0.2...HEAD
231+
[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v7.0.3...HEAD
232+
[7.0.3]: https://github.com/MetaMask/rpc-errors/compare/v7.0.2...v7.0.3
230233
[7.0.2]: https://github.com/MetaMask/rpc-errors/compare/v7.0.1...v7.0.2
231234
[7.0.1]: https://github.com/MetaMask/rpc-errors/compare/v7.0.0...v7.0.1
232235
[7.0.0]: https://github.com/MetaMask/rpc-errors/compare/v6.4.0...v7.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/rpc-errors",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"description": "Ethereum RPC and Provider errors",
55
"keywords": [
66
"rpc",

0 commit comments

Comments
 (0)