Skip to content

Commit 9cc1803

Browse files
chore(main): release yargs-parser 22.0.1
1 parent cea8972 commit 9cc1803

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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-07-29)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
512
## [22.0.0](https://github.com/yargs/yargs-parser/compare/yargs-parser-v21.1.1...yargs-parser-v22.0.0) (2025-05-26)
613

714

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)