Skip to content

Commit 42b832d

Browse files
3.6.0 (#84)
1 parent d4fe393 commit 42b832d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.6.0]
10+
### Added
11+
- Add `Keyring` types ([#74](https://github.com/MetaMask/utils/pull/74))
12+
- New data types added. These are `Keyring`, `Transaction` (`LegacyTransaction`, `EIP2930Transaction`, `EIP1559Transaction`), `SignedTransaction`, `Signature`, and `Eip1024EncryptedData`.
13+
914
## [3.5.0]
1015
### Changed
1116
- Improve the `hasProperty` function ([#79](https://github.com/MetaMask/utils/pull/79), [#80](https://github.com/MetaMask/utils/pull/80))
@@ -110,7 +115,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110115
### Added
111116
- Initial release
112117

113-
[Unreleased]: https://github.com/MetaMask/utils/compare/v3.5.0...HEAD
118+
[Unreleased]: https://github.com/MetaMask/utils/compare/v3.6.0...HEAD
119+
[3.6.0]: https://github.com/MetaMask/utils/compare/v3.5.0...v3.6.0
114120
[3.5.0]: https://github.com/MetaMask/utils/compare/v3.4.1...v3.5.0
115121
[3.4.1]: https://github.com/MetaMask/utils/compare/v3.4.0...v3.4.1
116122
[3.4.0]: https://github.com/MetaMask/utils/compare/v3.3.1...v3.4.0

package.json

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

0 commit comments

Comments
 (0)