From b59adde3beb72a0f6a78d026088b1276cf9882b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 14:29:41 +0200 Subject: [PATCH] 6.0.1 (#106) * 6.0.1 * Update CHANGELOG --------- Co-authored-by: github-actions Co-authored-by: Frederik Bolding --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b8abbed..5a31f766 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.0.1] +### Fixed +- Strip `__proto__` and `constructor` JSON properties in `getSafeJson` ([#105](https://github.com/MetaMask/utils/pull/105)) + ## [6.0.0] ### Changed - **BREAKING:** Bump minimum Node version to 16 ([#102](https://github.com/MetaMask/utils/pull/102)) @@ -150,7 +154,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/v6.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v6.0.1...HEAD +[6.0.1]: https://github.com/MetaMask/utils/compare/v6.0.0...v6.0.1 [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 diff --git a/package.json b/package.json index aff8d45f..175ef68f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "6.0.0", + "version": "6.0.1", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": {