diff --git a/CHANGELOG.md b/CHANGELOG.md index 2637ae80..2889fbcb 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 + ## `2.1.5` - Add checking the uss file path when upload file or stdin to uss file. diff --git a/package.json b/package.json index f7589722..1a827543 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,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",