Skip to content

Commit 719854b

Browse files
github-actions[bot]github-actionsdavid0xd
authored
6.0.0 (#104)
* 5.0.3 * Update CHANGELOG.md * Update CHANGELOG.md and change to major version --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: david0xd <david@timechaser.org>
1 parent 68ef1a9 commit 719854b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [6.0.0]
10+
### Changed
11+
- **BREAKING:** Bump minimum Node version to 16 ([#102](https://github.com/MetaMask/utils/pull/102))
12+
- **BREAKING:** Target `ES2020` ([#102](https://github.com/MetaMask/utils/pull/102))
13+
14+
### Fixed
15+
- Fix JSON validation security issue ([#103](https://github.com/MetaMask/utils/pull/103))
16+
- This adds a new function `getSafeJson` which validates and returns sanitized JSON.
17+
918
## [5.0.2]
1019
### Changed
1120
- 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
141150
### Added
142151
- Initial release
143152

144-
[Unreleased]: https://github.com/MetaMask/utils/compare/v5.0.2...HEAD
153+
[Unreleased]: https://github.com/MetaMask/utils/compare/v6.0.0...HEAD
154+
[6.0.0]: https://github.com/MetaMask/utils/compare/v5.0.2...v6.0.0
145155
[5.0.2]: https://github.com/MetaMask/utils/compare/v5.0.1...v5.0.2
146156
[5.0.1]: https://github.com/MetaMask/utils/compare/v5.0.0...v5.0.1
147157
[5.0.0]: https://github.com/MetaMask/utils/compare/v4.0.0...v5.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/utils",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
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)