Skip to content

Commit bd82acc

Browse files
author
Christopher J. Brody
committed
create-react-native-module 0.20.2
1 parent fd6d3a5 commit bd82acc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
### 0.20.1
49

510
* update package dependencies

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.2-dev",
3+
"version": "0.20.2",
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)