From 9269753532a0201284aa07417a9d2be9e1598ded Mon Sep 17 00:00:00 2001 From: zowe-robot Date: Tue, 30 May 2023 17:54:11 +0000 Subject: [PATCH] Bump version to 5.14.2 [ci skip] Signed-off-by: zowe-robot --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 627224054..2561727ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Imperative package will be documented in this file. -## Recent Changes +## `5.14.2` - BugFix: Handle logic for if a null command handler is provided diff --git a/package-lock.json b/package-lock.json index bd3c1f569..6820f8a88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zowe/imperative", - "version": "5.14.1", + "version": "5.14.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zowe/imperative", - "version": "5.14.1", + "version": "5.14.2", "license": "EPL-2.0", "dependencies": { "@types/yargs": "13.0.4", diff --git a/package.json b/package.json index 76bee8f71..f85646b94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/imperative", - "version": "5.14.1", + "version": "5.14.2", "description": "framework for building configurable CLIs", "author": "Zowe", "license": "EPL-2.0",