Skip to content

Commit 32d423c

Browse files
github-actions[bot]github-actionsGudahtt
authored
5.0.1 (#97)
* 5.0.1 * Update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent 9d61c92 commit 32d423c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.0.1]
10+
### Fixed
11+
- Keep original type when using `hasProperty` if defined ([#94](https://github.com/MetaMask/utils/pull/94))
12+
913
## [5.0.0]
1014
### Changed
1115
- **BREAKING:** Update `Keyring` type ([#89](https://github.com/MetaMask/utils/pull/89))
@@ -130,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130134
### Added
131135
- Initial release
132136

133-
[Unreleased]: https://github.com/MetaMask/utils/compare/v5.0.0...HEAD
137+
[Unreleased]: https://github.com/MetaMask/utils/compare/v5.0.1...HEAD
138+
[5.0.1]: https://github.com/MetaMask/utils/compare/v5.0.0...v5.0.1
134139
[5.0.0]: https://github.com/MetaMask/utils/compare/v4.0.0...v5.0.0
135140
[4.0.0]: https://github.com/MetaMask/utils/compare/v3.6.0...v4.0.0
136141
[3.6.0]: https://github.com/MetaMask/utils/compare/v3.5.0...v3.6.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.0",
3+
"version": "5.0.1",
44
"description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)