diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a49fd7c..d1eccb22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the z/OS FTP Plug-in for Zowe CLI will be documented in this file. +## Recent Changes + +- BugFix: Add missing npm-shrinkwrap + ## `1.8.8` - Updated the `zos-node-accessor` package to 1.0.14 for technical currency. diff --git a/package.json b/package.json index db7d2649..d5dd83d2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "url": "https://github.com/zowe/zowe-cli-ftp-plugin.git" }, "files": [ - "lib" + "lib", + "npm-shrinkwrap.json" ], "description": "Data set, USS, and Jobs functionality via FTP for Zowe CLI", "main": "lib/index.js",