Comparing version 17.2.0 to 17.2.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [17.2.1](https://www.github.com/yargs/yargs/compare/v17.2.0...v17.2.1) (2021-09-25) | ||
### Bug Fixes | ||
* **docs:** stop advertising .argv property ([#2036](https://www.github.com/yargs/yargs/issues/2036)) ([4f5ecc1](https://www.github.com/yargs/yargs/commit/4f5ecc1427ed6c83f23ea90ee6da75ce0c332f7a)), closes [#2035](https://www.github.com/yargs/yargs/issues/2035) | ||
## [17.2.0](https://www.github.com/yargs/yargs/compare/v17.1.1...v17.2.0) (2021-09-23) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "yargs", | ||
"version": "17.2.0", | ||
"version": "17.2.1", | ||
"description": "yargs the modern, pirate-themed, successor to optimist.", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs", |
@@ -106,3 +106,3 @@ <p align="center"> | ||
}) | ||
.argv | ||
.parse() | ||
``` | ||
@@ -142,3 +142,3 @@ | ||
.demandCommand(1) | ||
.argv | ||
.parse() | ||
``` | ||
@@ -159,3 +159,3 @@ | ||
.demandCommand(1) | ||
.argv | ||
.parse() | ||
``` | ||
@@ -162,0 +162,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
296645