diff --git a/lerna.json b/lerna.json index 46536c7d29..2085ac935d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.11.1-SNAPSHOT", + "version": "2.11.1", "command": { "version": { "forcePublish": true, diff --git a/packages/zowe-explorer/CHANGELOG.md b/packages/zowe-explorer/CHANGELOG.md index 6f5185e52d..cc7513aa95 100644 --- a/packages/zowe-explorer/CHANGELOG.md +++ b/packages/zowe-explorer/CHANGELOG.md @@ -4,11 +4,8 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen ## TBD Release -### New features and enhancements - ### Bug fixes -- Fixed submitting local JCL using command pallet option `Zowe Explorer: Submit JCL` by adding a check for chosen profile returned to continue the action. [#1625](https://github.com/zowe/vscode-extension-for-zowe/issues/1625) - Fixed issue where USS nodes were not removed from tree during deletion. [#2479](https://github.com/zowe/vscode-extension-for-zowe/issues/2479) - Fixed issue where new USS nodes from a paste operation were not shown in tree until refreshed. [#2479](https://github.com/zowe/vscode-extension-for-zowe/issues/2479) - Fixed issue where the "Delete Job" action showed a successful deletion message, even if the API returned an error.