From bf0cea66b998b60953c099872da26c3ca39f3653 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 15 May 2025 22:29:57 +0800 Subject: [PATCH] Update version to 1.45.1 and add semverRange property in cli.json --- cli.json | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cli.json b/cli.json index 2f77f84..0426373 100644 --- a/cli.json +++ b/cli.json @@ -87,6 +87,9 @@ "maxPackageVersion": { "hasValue": true }, + "semverRange": { + "hasValue": true + }, "rollout": { "hasValue": true } diff --git a/package.json b/package.json index 64b51b7..30597d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-update-cli", - "version": "1.45.0", + "version": "1.45.1", "description": "command line tool for react-native-update (remote updates for react native)", "main": "index.js", "bin": {