Skip to content

Commit 1347454

Browse files
committed
chore(release): 1.1.0
1 parent b3a3029 commit 1347454

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 1.1.0 (2021-04-04)
6+
7+
8+
### Features
9+
10+
* **general:** implement cli and plugin template ([253675d](https://github.com/tobua/create-react-native-plugin/commit/253675df6c1caa8f344d75db29a316fcdb4c4804))
11+
12+
13+
### Bug Fixes
14+
15+
* **publish:** update version and publish missing template files ([5c40dba](https://github.com/tobua/create-react-native-plugin/commit/5c40dbabb1c4fb06ca49bf662344000b26f51c1f))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-react-native-plugin",
33
"description": "Template for creating React Native plugins without native code.",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"repository": "github:tobua/create-react-native-plugin",
66
"license": "MIT",
77
"author": "Matthias Giger",
@@ -18,6 +18,7 @@
1818
"bin": "index.js",
1919
"source": "index.js",
2020
"files": [
21+
"template",
2122
"**/*.js"
2223
],
2324
"devDependencies": {

0 commit comments

Comments
 (0)