From fba44bcaf65eff09836f186809298ac8d58824d3 Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Wed, 29 Nov 2023 16:12:22 -0500 Subject: [PATCH] Add missing shrinkwrap Signed-off-by: Timothy Johnson --- packages/cli/CHANGELOG.md | 4 ++++ packages/cli/package.json | 1 + 2 files changed, 5 insertions(+) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index b5bfd9c405..41a79bd2d4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the Zowe CLI package will be documented in this file. +## Recent Changes + +- BugFix: Add missing npm-shrinkwrap + ## `8.0.0-next.202311291643` - LTS Breaking: Replaced the `ZOWE_EDITOR` environment variable with `ZOWE_OPT_EDITOR` and `--editor` option on commands [#1867](https://github.com/zowe/zowe-cli/issues/1867) diff --git a/packages/cli/package.json b/packages/cli/package.json index c64f9b2be4..406fa7a879 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -30,6 +30,7 @@ "lib", "prebuilds", "scripts", + "npm-shrinkwrap.json", "web-help-logo.png" ], "publishConfig": {