diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ad01fc5..3b8abbede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.0] +### Changed +- **BREAKING:** Bump minimum Node version to 16 ([#102](https://github.com/MetaMask/utils/pull/102)) +- **BREAKING:** Target `ES2020` ([#102](https://github.com/MetaMask/utils/pull/102)) + +### Fixed +- Fix JSON validation security issue ([#103](https://github.com/MetaMask/utils/pull/103)) + - This adds a new function `getSafeJson` which validates and returns sanitized JSON. + ## [5.0.2] ### Changed - The `Keyring` exposes a new optional method `init` ([#99](https://github.com/MetaMask/utils/pull/99)) @@ -141,7 +150,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/v5.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v6.0.0...HEAD +[6.0.0]: https://github.com/MetaMask/utils/compare/v5.0.2...v6.0.0 [5.0.2]: https://github.com/MetaMask/utils/compare/v5.0.1...v5.0.2 [5.0.1]: https://github.com/MetaMask/utils/compare/v5.0.0...v5.0.1 [5.0.0]: https://github.com/MetaMask/utils/compare/v4.0.0...v5.0.0 diff --git a/package.json b/package.json index 072037746..aff8d45fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "5.0.2", + "version": "6.0.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": {