Skip to content

Commit 381dec1

Browse files
committed
chore(release): 1.1.3
1 parent 0738ec8 commit 381dec1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [1.1.3](https://github.com/tobua/create-react-native-plugin/compare/v1.1.2...v1.1.3) (2021-08-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **package:** publish .gitignore, always install and no semicolon lint ([9a1e736](https://github.com/tobua/create-react-native-plugin/commit/9a1e736857278206189cfaadfde82225550c34fc))
11+
* **react:** compatible babel configuration & React function component ([0738ec8](https://github.com/tobua/create-react-native-plugin/commit/0738ec887d54e6dd8e61e5c096f54e4a554a3fcf))
12+
513
### [1.1.2](https://github.com/tobua/create-react-native-plugin/compare/v1.1.1...v1.1.2) (2021-08-19)
614

715

package.json

Lines changed: 1 addition & 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.1.2",
4+
"version": "1.1.3",
55
"repository": "github:tobua/create-react-native-plugin",
66
"license": "MIT",
77
"author": "Matthias Giger",

0 commit comments

Comments
 (0)