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": {