Skip to content

Commit fec13a3

Browse files
github-actions[bot]github-actionssethkfmansethkfman
authored
0.8.0 (#34)
This is the release candidate for version 0.8.0. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: sethkfman <[email protected]> Co-authored-by: sethkfman <[email protected]>
1 parent e49ba83 commit fec13a3

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)