Skip to content

Commit 0969ee5

Browse files
github-actions[bot]github-actions
andauthored
0.3.0 (#15)
This is the release candidate for version 0.3.0. Co-authored-by: github-actions <github-actions@github.com>
1 parent f41a547 commit 0969ee5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0]
11+
12+
### Added
13+
14+
- fix: missing files in package ([#14](https://github.com/MetaMask/native-utils/pull/14))
15+
1016
## [0.2.0]
1117

1218
### Added
1319

1420
- feat: add native public key generation ([#5](https://github.com/MetaMask/native-utils/pull/5))
1521
- feat: add Example app with tests cases ([#6](https://github.com/MetaMask/native-utils/pull/6))
1622

17-
[Unreleased]: https://github.com/MetaMask/native-utils/compare/v0.2.0...HEAD
23+
[Unreleased]: https://github.com/MetaMask/native-utils/compare/v0.3.0...HEAD
24+
[0.3.0]: https://github.com/MetaMask/native-utils/compare/v0.2.0...v0.3.0
1825
[0.2.0]: https://github.com/MetaMask/native-utils/releases/tag/v0.2.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.2.0",
3+
"version": "0.3.0",
44
"description": "React Native Utils for MetaMask",
55
"homepage": "https://github.com/MetaMask/native-utils",
66
"bugs": {

0 commit comments

Comments
 (0)