Skip to content

Commit

Permalink
create-react-native-module 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jul 9, 2021
1 parent fd6d3a5 commit bd82acc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 0.20.2

* fix: add `CHANGELOG.md` to files published by npm (and explicitly include `LICENSE`)
* fix: [nit] exclude `.eslint*.*` from npm published files (was part of `templates`)

### 0.20.1

* update package dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bd82acc

Please sign in to comment.