diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa6c3ad..2637ae80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the z/OS FTP Plug-in for Zowe CLI will be documented in this file. -## Recent Changes +## `2.1.5` - Add checking the uss file path when upload file or stdin to uss file. diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7b78e345..40a1ca07 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@zowe/zos-ftp-for-zowe-cli", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zowe/zos-ftp-for-zowe-cli", - "version": "2.1.4", + "version": "2.1.5", "license": "EPL-2.0", "dependencies": { "zos-node-accessor": "1.0.14" diff --git a/package.json b/package.json index 16aa7fa6..f7589722 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/zos-ftp-for-zowe-cli", - "version": "2.1.4", + "version": "2.1.5", "author": "Zowe", "repository": { "type": "git",