Skip to content

Commit bf0cea6

Browse files
committed
Update version to 1.45.1 and add semverRange property in cli.json
1 parent 8c31ee5 commit bf0cea6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cli.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@
8787
"maxPackageVersion": {
8888
"hasValue": true
8989
},
90+
"semverRange": {
91+
"hasValue": true
92+
},
9093
"rollout": {
9194
"hasValue": true
9295
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update-cli",
3-
"version": "1.45.0",
3+
"version": "1.45.1",
44
"description": "command line tool for react-native-update (remote updates for react native)",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)