diff --git a/CHANGELOG.md b/CHANGELOG.md index 39338969..f5b32574 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 656a31de..45be8a9e 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": {