Skip to content

Commit 81eb6f5

Browse files
committed
chore: release 0.3.0
1 parent 3aabe59 commit 81eb6f5

File tree

2 files changed

+8561
-8320
lines changed

2 files changed

+8561
-8320
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-xlog-jsi",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "It allows you to easily use https://github.com/Tencent/mars#mars-xlog inside your React Native applications.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -88,7 +88,9 @@
8888
"commitMessage": "chore: release ${version}",
8989
"tagName": "v${version}",
9090
"requireCleanWorkingDir": false,
91-
"addFiles": ["package.json"]
91+
"addFiles": [
92+
"package.json"
93+
]
9294
},
9395
"npm": {
9496
"publish": true

0 commit comments

Comments
 (0)