Skip to content

Commit 7556d67

Browse files
chore(main): release yargs-parser 22.0.1
1 parent 60f2db5 commit 7556d67

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"22.0.0"}
1+
{".":"22.0.1"}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [22.0.1](https://github.com/yargs/yargs-parser/compare/yargs-parser-v22.0.0...yargs-parser-v22.0.1) (2025-08-01)
6+
7+
8+
### Bug Fixes
9+
10+
* preserve negative number handling when short-option-groups:false ([#511](https://github.com/yargs/yargs-parser/issues/511)) ([ccc3634](https://github.com/yargs/yargs-parser/commit/ccc3634e324458d15789d8e9bd81851b178f21b5))
11+
* remove inaccurate and unnecessary regexp used by unknown-options-as-args ([#508](https://github.com/yargs/yargs-parser/issues/508)) ([cea8972](https://github.com/yargs/yargs-parser/commit/cea8972ad169121c32a9a67693e5eb11dd3dc001))
12+
* unknown-options-as-args now respects short-option-groups ([#510](https://github.com/yargs/yargs-parser/issues/510)) ([60f2db5](https://github.com/yargs/yargs-parser/commit/60f2db5dacde1e94f960ce0941a717f3f422f865))
13+
514
## [22.0.0](https://github.com/yargs/yargs-parser/compare/yargs-parser-v21.1.1...yargs-parser-v22.0.0) (2025-05-26)
615

716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yargs-parser",
3-
"version": "22.0.0",
3+
"version": "22.0.1",
44
"description": "the mighty option parser used by yargs",
55
"main": "build/lib/index.js",
66
"exports": {

0 commit comments

Comments
 (0)