semantic-release 19.0.4 → 19.0.5

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.
@@ -163,3 +163,6 @@
163
163
  - `publish` Starts a JetBrains Space Deployment.
164
164
  - `success` Marks the JetBrains Space Deployment as completed.
165
165
  - `fail` Marks the JetBrains Space Deployment as failed.
166
+ - [semantic-release-react-native](https://github.com/alexandermendes/semantic-release-react-native)
167
+ - `verifyConditions` Validate configuration.
168
+ - `prepare` Version native iOS and Android files.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "semantic-release",
3
3
  "description": "Automated semver compliant package publishing",
4
- "version": "19.0.4",
4
+ "version": "19.0.5",
5
5
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
6
6
  "ava": {
7
7
  "files": [
@@ -47,7 +47,7 @@
47
47
  "semver": "^7.3.2",
48
48
  "semver-diff": "^3.1.1",
49
49
  "signale": "^1.2.1",
50
- "yargs": "^17.0.0"
50
+ "yargs": "^16.2.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "ava": "3.15.0",