File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 5.0.1]
10
+ ### Fixed
11
+ - Keep original type when using ` hasProperty ` if defined ([ #94 ] ( https://github.com/MetaMask/utils/pull/94 ) )
12
+
9
13
## [ 5.0.0]
10
14
### Changed
11
15
- ** 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
130
134
### Added
131
135
- Initial release
132
136
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
134
139
[ 5.0.0 ] : https://github.com/MetaMask/utils/compare/v4.0.0...v5.0.0
135
140
[ 4.0.0 ] : https://github.com/MetaMask/utils/compare/v3.6.0...v4.0.0
136
141
[ 3.6.0 ] : https://github.com/MetaMask/utils/compare/v3.5.0...v3.6.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/utils" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments