Skip to content

Commit abc90ab

Browse files
author
Christopher J. Brody
committed
create-react-native-module 0.20.1
1 parent 0e81c12 commit abc90ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 0.20.1
4+
5+
* update package dependencies
6+
- update execa -> ^5.1.1
7+
- update fs-extra -> ^10.0.0
8+
- update react-native-init-func -> ^0.0.6
9+
310
### 0.20.0
411

512
#### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-module",
3-
"version": "0.20.1-dev",
3+
"version": "0.20.1",
44
"description": "Tool to create a React Native library module or view module with a single command",
55
"bin": "bin/cli.js",
66
"main": "lib/lib.js",

0 commit comments

Comments
 (0)