From 0d5f25bf3312b94f727ac47791c2d55e774b647b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 5 Sep 2023 00:14:25 +0000 Subject: [PATCH 1/2] 6.1.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c640c..ca99f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.1.0] +### Uncategorized +- chore: exclude dist/__fixtures__ from publish ([#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 +126,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 0b7cedf..5296e87 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", From 130f1e4505bc5ad1bcd35231b5ff1667c1ceb963 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Tue, 10 Oct 2023 01:49:46 +0000 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca99f56..b36ba79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [6.1.0] -### Uncategorized -- chore: exclude dist/__fixtures__ from publish ([#114](https://github.com/MetaMask/rpc-errors/pull/114)) +### 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