From f71a084feb2b09adee7fe2d8e5f912624cfc0a2a Mon Sep 17 00:00:00 2001 From: Giles Roadnight Date: Fri, 5 Nov 2021 08:29:03 +0000 Subject: [PATCH] 2.2.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf9ca8f..92cd200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ts-command-line-args", - "version": "2.1.4", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 161aca2..2280286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-command-line-args", - "version": "2.1.4", + "version": "2.2.0", "description": "A Typescript wrapper around command-line-args with additional support for markdown usage guide generation", "bin": { "write-markdown": "dist/write-markdown.js"