Skip to content

Commit a56fcdf

Browse files
github-actions[bot]github-actionslegobeat
authored
6.0.0 (#106)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
1 parent fe77220 commit a56fcdf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [6.0.0]
10+
### Changed
11+
- Make Data type-parameter optional in JsonRpcError ([#102](https://github.com/MetaMask/rpc-errors/pull/102))
12+
13+
### Fixed
14+
- **BREAKING**: `undefined` is now not recognized as valid JSON value
15+
- Update dependency `@metamask/utils` from `^5.0.0` to `^8.0.0` ([#101](https://github.com/MetaMask/rpc-errors/pull/101))
16+
917
## [5.1.1]
1018
### Fixed
1119
- Allow passing unknown values as cause ([#91](https://github.com/MetaMask/rpc-errors/pull/91))
@@ -114,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114122
- `serializeError`
115123
- 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
116124

117-
[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v5.1.1...HEAD
125+
[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v6.0.0...HEAD
126+
[6.0.0]: https://github.com/MetaMask/rpc-errors/compare/v5.1.1...v6.0.0
118127
[5.1.1]: https://github.com/MetaMask/rpc-errors/compare/v5.1.0...v5.1.1
119128
[5.1.0]: https://github.com/MetaMask/rpc-errors/compare/v5.0.0...v5.1.0
120129
[5.0.0]: https://github.com/MetaMask/rpc-errors/compare/v4.0.3...v5.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": "5.1.1",
3+
"version": "6.0.0",
44
"description": "Ethereum RPC and Provider errors.",
55
"keywords": [
66
"rpc",

0 commit comments

Comments
 (0)