@algocare/react-native-code-push 12.1.0 → 12.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CodePush.js +1 -0
  2. package/package.json +1 -1
package/CodePush.js CHANGED
@@ -97,6 +97,7 @@ async function checkForUpdate(
97
97
 
98
98
  if (
99
99
  !prNumber &&
100
+ updateRequest.label &&
100
101
  updateRequest.label.includes('-') &&
101
102
  releaseHistoryVersions.includes(updateRequest.label)
102
103
  ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algocare/react-native-code-push",
3
- "version": "12.1.0",
3
+ "version": "12.1.1",
4
4
  "description": "React Native plugin for the CodePush service",
5
5
  "main": "CodePush.js",
6
6
  "typings": "typings/react-native-code-push.d.ts",