Skip to content

Commit 3386252

Browse files
github-actions[bot]github-actions
andauthored
1.0.2 (#18)
This is the release candidate for version 1.0.2. Co-authored-by: github-actions <[email protected]>
1 parent 23e9c44 commit 3386252

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,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.2]
11+
12+
### Uncategorized
13+
14+
- feat: add scripts from metamask template ([#17](https://github.com/MetaMask/react-native-acm/pull/17))
15+
1016
## [1.0.1]
1117

1218
### Uncategorized
@@ -30,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3036
- chore: initial commit
3137
- Initial release ([#8](https://github.com/MetaMask/react-native-acm/pull/8))
3238

33-
[Unreleased]: https://github.com/MetaMask/react-native-acm/compare/v1.0.1...HEAD
39+
[Unreleased]: https://github.com/MetaMask/react-native-acm/compare/v1.0.2...HEAD
40+
[1.0.2]: https://github.com/MetaMask/react-native-acm/compare/v1.0.1...v1.0.2
3441
[1.0.1]: https://github.com/MetaMask/react-native-acm/compare/v1.0.0...v1.0.1
3542
[1.0.0]: https://github.com/MetaMask/react-native-acm/releases/tag/v1.0.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/react-native-acm",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Google ACM for react-native",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",

0 commit comments

Comments
 (0)