File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.8.0]
11+
12+ ### Added
13+
14+ - Feat/get public key ed25519 tests ([ #29 ] ( https://github.com/MetaMask/native-utils/pull/29 ) )
15+
16+ ### Changed
17+
18+ - chore: add tests for keccak256 utf8 input ([ #33 ] ( https://github.com/MetaMask/native-utils/pull/33 ) )
19+ - chore: fix audit findings ([ #28 ] ( https://github.com/MetaMask/native-utils/pull/28 ) )
20+
21+ ### Fixed
22+
23+ - Fix: treat keccak256 string input as utf8 not hex ([ #32 ] ( https://github.com/MetaMask/native-utils/pull/32 ) )
24+
1025## [ 0.7.0]
1126
1227### Added
@@ -50,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5065- feat: add native public key generation ([ #5 ] ( https://github.com/MetaMask/native-utils/pull/5 ) )
5166- feat: add Example app with tests cases ([ #6 ] ( https://github.com/MetaMask/native-utils/pull/6 ) )
5267
53- [ Unreleased ] : https://github.com/MetaMask/native-utils/compare/v0.7.0...HEAD
68+ [ Unreleased ] : https://github.com/MetaMask/native-utils/compare/v0.8.0...HEAD
69+ [ 0.8.0 ] : https://github.com/MetaMask/native-utils/compare/v0.7.0...v0.8.0
5470[ 0.7.0 ] : https://github.com/MetaMask/native-utils/compare/v0.6.0...v0.7.0
5571[ 0.6.0 ] : https://github.com/MetaMask/native-utils/compare/v0.5.0...v0.6.0
5672[ 0.5.0 ] : https://github.com/MetaMask/native-utils/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/native-utils" ,
3- "version" : " 0.7 .0" ,
3+ "version" : " 0.8 .0" ,
44 "description" : " React Native Utils for MetaMask. This project is under development and that individuals should use it at their own risk." ,
55 "homepage" : " https://github.com/MetaMask/native-utils" ,
66 "bugs" : {
You can’t perform that action at this time.
0 commit comments