From 10b5c691412586f6d385a178cd0ca9d4ea2bcfbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:47:56 +0100 Subject: [PATCH] 11.0.1 (#225) This is the release candidate for version 11.0.1. --------- Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 393389690..f5b325748 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] +## [11.0.1] +### Fixed +- 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 +281,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": {