diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c162e48..a03fb4c51 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.7.3](https://github.com/yargs/yargs/compare/v17.7.2...v17.7.3) (2023-04-28) + + +### Bug Fixes + +* coerce should play well with parser configuration ([#2308](https://github.com/yargs/yargs/issues/2308)) ([8343c66](https://github.com/yargs/yargs/commit/8343c66eac10fbe60e85fc17adfe07eadd45cb35)) + ## [17.7.2](https://github.com/yargs/yargs/compare/v17.7.1...v17.7.2) (2023-04-27) diff --git a/package.json b/package.json index a7a4db60a..018ef5676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yargs", - "version": "17.7.2", + "version": "17.7.3", "description": "yargs the modern, pirate-themed, successor to optimist.", "main": "./index.cjs", "exports": {