File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
18
## [ 5.0.2]
10
19
### Changed
11
20
- 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
141
150
### Added
142
151
- Initial release
143
152
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
145
155
[ 5.0.2 ] : https://github.com/MetaMask/utils/compare/v5.0.1...v5.0.2
146
156
[ 5.0.1 ] : https://github.com/MetaMask/utils/compare/v5.0.0...v5.0.1
147
157
[ 5.0.0 ] : https://github.com/MetaMask/utils/compare/v4.0.0...v5.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/utils" ,
3
- "version" : " 5 .0.2 " ,
3
+ "version" : " 6 .0.0 " ,
4
4
"description" : " Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase" ,
5
5
"homepage" : " https://github.com/MetaMask/utils#readme" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments