We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e81c12 commit abc90abCopy full SHA for abc90ab
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
### 0.20.0
11
12
#### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "create-react-native-module",
- "version": "0.20.1-dev",
+ "version": "0.20.1",
"description": "Tool to create a React Native library module or view module with a single command",
"bin": "bin/cli.js",
"main": "lib/lib.js",
0 commit comments