From ee5a95dbf607032a795aae55f4564c3bdcc2861f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 20:34:25 +0000 Subject: [PATCH 1/2] chore: updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe6e61d4..99373e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ 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. +## [19.0.0](https://www.github.com/QmarkC/yargs-parser/compare/v18.1.3...v19.0.0) (2020-08-04) + + +### ⚠ BREAKING CHANGES + +* adds support for ESM and Deno (#295) +* **ts:** projects using `@types/yargs-parser` may see variations in type definitions. +* drops Node 6. begin following Node.js LTS schedule (#278) + +### Features + +* adds support for ESM and Deno ([#295](https://www.github.com/QmarkC/yargs-parser/issues/295)) ([195bc4a](https://www.github.com/QmarkC/yargs-parser/commit/195bc4a7f20c2a8f8e33fbb6ba96ef6e9a0120a1)) +* **deps:** update to latest camelcase/decamelize ([#281](https://www.github.com/QmarkC/yargs-parser/issues/281)) ([8931ab0](https://www.github.com/QmarkC/yargs-parser/commit/8931ab08f686cc55286f33a95a83537da2be5516)) + + +### Bug Fixes + +* **deps:** update dependency decamelize to v3 ([#274](https://www.github.com/QmarkC/yargs-parser/issues/274)) ([4d98698](https://www.github.com/QmarkC/yargs-parser/commit/4d98698bc6767e84ec54a0842908191739be73b7)) +* **types:** switch back to using Partial types ([#293](https://www.github.com/QmarkC/yargs-parser/issues/293)) ([bdc80ba](https://www.github.com/QmarkC/yargs-parser/commit/bdc80ba59fa13bc3025ce0a85e8bad9f9da24ea7)) + + +### Build System + +* drops Node 6. begin following Node.js LTS schedule ([#278](https://www.github.com/QmarkC/yargs-parser/issues/278)) ([9014ed7](https://www.github.com/QmarkC/yargs-parser/commit/9014ed722a32768b96b829e65a31705db5c1458a)) + + +### Code Refactoring + +* **ts:** move index.js to TypeScript ([#292](https://www.github.com/QmarkC/yargs-parser/issues/292)) ([f78d2b9](https://www.github.com/QmarkC/yargs-parser/commit/f78d2b97567ac4828624406e420b4047c710b789)) + ### [18.1.3](https://www.github.com/yargs/yargs-parser/compare/v18.1.2...v18.1.3) (2020-04-16) From 5695b89bd6f110eac3f3c520b96240c364aa9afb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 20:34:27 +0000 Subject: [PATCH 2/2] chore: updated package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96a25a60..980546d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yargs-parser", - "version": "18.1.3", + "version": "19.0.0", "description": "the mighty option parser used by yargs", "main": "build/index.cjs", "exports": {