Skip to content

Commit b59adde

Browse files
github-actions[bot]github-actionsFrederikBolding
authored
6.0.1 (#106)
* 6.0.1 * Update CHANGELOG --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 2148af4 commit b59adde

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [6.0.1]
10+
### Fixed
11+
- Strip `__proto__` and `constructor` JSON properties in `getSafeJson` ([#105](https://github.com/MetaMask/utils/pull/105))
12+
913
## [6.0.0]
1014
### Changed
1115
- **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
150154
### Added
151155
- Initial release
152156

153-
[Unreleased]: https://github.com/MetaMask/utils/compare/v6.0.0...HEAD
157+
[Unreleased]: https://github.com/MetaMask/utils/compare/v6.0.1...HEAD
158+
[6.0.1]: https://github.com/MetaMask/utils/compare/v6.0.0...v6.0.1
154159
[6.0.0]: https://github.com/MetaMask/utils/compare/v5.0.2...v6.0.0
155160
[5.0.2]: https://github.com/MetaMask/utils/compare/v5.0.1...v5.0.2
156161
[5.0.1]: https://github.com/MetaMask/utils/compare/v5.0.0...v5.0.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/utils",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase",
55
"homepage": "https://github.com/MetaMask/utils#readme",
66
"bugs": {

0 commit comments

Comments
 (0)