From adb4c9da120ef56ce2a74cede72199d09a73adc2 Mon Sep 17 00:00:00 2001 From: Giles Roadnight <10414642+Roaders@users.noreply.github.com> Date: Fri, 2 Jun 2023 07:25:02 +0100 Subject: [PATCH] 2.5.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15260be..45639be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ts-command-line-args", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ts-command-line-args", - "version": "2.5.0", + "version": "2.5.1", "license": "ISC", "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 5fd2a6c..6e11e97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-command-line-args", - "version": "2.5.0", + "version": "2.5.1", "description": "A Typescript wrapper around command-line-args with additional support for markdown usage guide generation", "bin": { "write-markdown": "dist/write-markdown.js"