Skip to content

Commit

Permalink
7.0.1 (#162)
Browse files Browse the repository at this point in the history
This is the release candidate for version 7.0.1.

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
  • Loading branch information
3 people authored Oct 24, 2024
1 parent 021f966 commit ac963b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/rpc-errors",
"version": "7.0.0",
"version": "7.0.1",
"description": "Ethereum RPC and Provider errors",
"keywords": [
"rpc",
Expand Down

0 comments on commit ac963b4

Please sign in to comment.