Skip to content

Commit f424d21

Browse files
5.0.0 (#93)
1 parent e7213ea commit f424d21

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.0.0]
10+
### Changed
11+
- **BREAKING:** Update `Keyring` type ([#89](https://github.com/MetaMask/utils/pull/89))
12+
- The `Keyring` class now uses the data types `TypedTransaction` and `TxData` from `@ethereumjs/tx` (`v4.1.1`).
13+
- The `Keyring` now exposes a new optional method called `generateRandomMnemonic`.
14+
915
## [4.0.0]
1016
### Changed
1117
- Export new modules (`keyring`, `transaction-types`, and `encryption-types`) ([#86](https://github.com/MetaMask/utils/pull/86))
@@ -124,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124130
### Added
125131
- Initial release
126132

127-
[Unreleased]: https://github.com/MetaMask/utils/compare/v4.0.0...HEAD
133+
[Unreleased]: https://github.com/MetaMask/utils/compare/v5.0.0...HEAD
134+
[5.0.0]: https://github.com/MetaMask/utils/compare/v4.0.0...v5.0.0
128135
[4.0.0]: https://github.com/MetaMask/utils/compare/v3.6.0...v4.0.0
129136
[3.6.0]: https://github.com/MetaMask/utils/compare/v3.5.0...v3.6.0
130137
[3.5.0]: https://github.com/MetaMask/utils/compare/v3.4.1...v3.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/utils",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)