From 68dfd9352dfb380c11913484f942d957cde3b985 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 23:56:21 +0000 Subject: [PATCH] chore(main): release 17.3.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 889703ac5..728a576fb 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.3.2](https://github.com/yargs/yargs/compare/v17.3.1...v17.3.2) (2021-12-28) + + +### Bug Fixes + +* wrap unknown args in quotes ([#2092](https://github.com/yargs/yargs/issues/2092)) ([6a29778](https://github.com/yargs/yargs/commit/6a2977867bd58dbd8bb550f7b0b4c4c298835597)) + ### [17.3.1](https://github.com/yargs/yargs/compare/v17.3.0...v17.3.1) (2021-12-23) diff --git a/package.json b/package.json index 2c69bc76c..d2440dbe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yargs", - "version": "17.3.1", + "version": "17.3.2", "description": "yargs the modern, pirate-themed, successor to optimist.", "main": "./index.cjs", "exports": {