From b79a6b726beb24e8329c3b51eec86a710a562093 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 16:22:38 +0000 Subject: [PATCH] chore(main): release 17.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a64c7a3ef..8590a5c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [17.4.1](https://github.com/yargs/yargs/compare/v17.4.0...v17.4.1) (2022-03-19) + + +### Bug Fixes + +* hide hidden options from completion ([#2143](https://github.com/yargs/yargs/issues/2143)) ([e086dfa](https://github.com/yargs/yargs/commit/e086dfad7ff11956b1e8779c00cf2351a4cc3b03)), closes [#2142](https://github.com/yargs/yargs/issues/2142) + ## [17.4.0](https://github.com/yargs/yargs/compare/v17.3.1...v17.4.0) (2022-03-19) diff --git a/package.json b/package.json index 56700d9fa..b9c7cb6bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yargs", - "version": "17.4.0", + "version": "17.4.1", "description": "yargs the modern, pirate-themed, successor to optimist.", "main": "./index.cjs", "exports": {