Skip to content

Commit c87f4ea

Browse files
github-actions[bot]github-actionsMrtenz
authored
7.0.2 (#167)
This is the release candidate for version 7.0.2. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent e3997b6 commit c87f4ea

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.0.2]
11+
12+
### Changed
13+
14+
- Bump `@metamask/utils` from `^10.0.0` to `^11.0.1` ([#166](https://github.com/MetaMask/rpc-errors/pull/166))
15+
1016
## [7.0.1]
1117

1218
### Changed
@@ -216,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
216222
- `serializeError`
217223
- 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
218224

219-
[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v7.0.1...HEAD
225+
[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v7.0.2...HEAD
226+
[7.0.2]: https://github.com/MetaMask/rpc-errors/compare/v7.0.1...v7.0.2
220227
[7.0.1]: https://github.com/MetaMask/rpc-errors/compare/v7.0.0...v7.0.1
221228
[7.0.0]: https://github.com/MetaMask/rpc-errors/compare/v6.4.0...v7.0.0
222229
[6.4.0]: https://github.com/MetaMask/rpc-errors/compare/v6.3.1...v6.4.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.1",
3+
"version": "7.0.2",
44
"description": "Ethereum RPC and Provider errors",
55
"keywords": [
66
"rpc",

0 commit comments

Comments
 (0)