From 7556d671efd946115b6aba01df359ed9e648a391 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:11:17 +0000 Subject: [PATCH] chore(main): release yargs-parser 22.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ff17af3..b40515da 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"22.0.0"} \ No newline at end of file +{".":"22.0.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f58acb86..1e2b9b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [22.0.1](https://github.com/yargs/yargs-parser/compare/yargs-parser-v22.0.0...yargs-parser-v22.0.1) (2025-08-01) + + +### Bug Fixes + +* 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)) +* 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)) +* 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)) + ## [22.0.0](https://github.com/yargs/yargs-parser/compare/yargs-parser-v21.1.1...yargs-parser-v22.0.0) (2025-05-26) diff --git a/package.json b/package.json index 9baaa4ed..b41a99e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yargs-parser", - "version": "22.0.0", + "version": "22.0.1", "description": "the mighty option parser used by yargs", "main": "build/lib/index.js", "exports": {