From 00b1f684a372c9e0d6a36b02ba53d569f0c1ae3a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Dec 2024 12:44:23 +0000 Subject: [PATCH 1/2] 11.0.1 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 393389690..a0d039010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.0.1] +### Uncategorized +- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group ([#221](https://github.com/MetaMask/utils/pull/221)) +- Improve error message for invalid JSON values ([#224](https://github.com/MetaMask/utils/pull/224)) + ## [11.0.0] ### Changed - **BREAKING:** `generateRandomMnemonic` now returns `Promise` instead of `void` ([#222](https://github.com/MetaMask/utils/pull/222)) @@ -277,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/utils/compare/v11.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v11.0.1...HEAD +[11.0.1]: https://github.com/MetaMask/utils/compare/v11.0.0...v11.0.1 [11.0.0]: https://github.com/MetaMask/utils/compare/v10.0.1...v11.0.0 [10.0.1]: https://github.com/MetaMask/utils/compare/v10.0.0...v10.0.1 [10.0.0]: https://github.com/MetaMask/utils/compare/v9.3.0...v10.0.0 diff --git a/package.json b/package.json index 656a31de9..45be8a9eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "11.0.0", + "version": "11.0.1", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": { From 4cabd234a4949e33030988bd50010e7af4b35e08 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Tue, 10 Dec 2024 13:45:42 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d039010..f5b325748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [11.0.1] -### Uncategorized -- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group ([#221](https://github.com/MetaMask/utils/pull/221)) +### Fixed - Improve error message for invalid JSON values ([#224](https://github.com/MetaMask/utils/pull/224)) ## [11.0.0]