From 9200551fa80ab1f912704a2b346ef10f506878b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 07:28:25 +0900 Subject: [PATCH] 6.1.0 (#115) --------- Co-authored-by: github-actions Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c640c..b36ba79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.1.0] +### Changed +- Update dependency `@metamask/utils` from `^8.0.0` to `^8.1.0` ([#108](https://github.com/MetaMask/rpc-errors/pull/108)) + +### Fixed +- Exclude `dist/__fixtures__` files from published package ([#114](https://github.com/MetaMask/rpc-errors/pull/114)) + ## [6.0.0] ### Changed - Make Data type-parameter optional in JsonRpcError ([#102](https://github.com/MetaMask/rpc-errors/pull/102)) @@ -122,7 +129,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/v6.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/rpc-errors/compare/v6.1.0...HEAD +[6.1.0]: https://github.com/MetaMask/rpc-errors/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/MetaMask/rpc-errors/compare/v5.1.1...v6.0.0 [5.1.1]: https://github.com/MetaMask/rpc-errors/compare/v5.1.0...v5.1.1 [5.1.0]: https://github.com/MetaMask/rpc-errors/compare/v5.0.0...v5.1.0 diff --git a/package.json b/package.json index 59b9b6d..0bff190 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/rpc-errors", - "version": "6.0.0", + "version": "6.1.0", "description": "Ethereum RPC and Provider errors.", "keywords": [ "rpc",