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 fd6d3a5 commit bd82accCopy full SHA for bd82acc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### 0.20.2
4
+
5
+* fix: add `CHANGELOG.md` to files published by npm (and explicitly include `LICENSE`)
6
+* fix: [nit] exclude `.eslint*.*` from npm published files (was part of `templates`)
7
8
### 0.20.1
9
10
* update package dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "create-react-native-module",
- "version": "0.20.2-dev",
+ "version": "0.20.2",
"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