Skip to content

Commit

Permalink
6.0.0 (#104)
Browse files Browse the repository at this point in the history
* 5.0.3

* Update CHANGELOG.md

* Update CHANGELOG.md and change to major version

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: david0xd <[email protected]>
  • Loading branch information
3 people authored May 31, 2023
1 parent 68ef1a9 commit 719854b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 719854b

Please sign in to comment.