diff --git a/README.md b/README.md index 73ac5cdf11..f785c0a0ee 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,4 @@ Check out more about using Zowe Explorer and Zowe on [Medium](https://medium.com Zowe Explorer is a component of the Zowe Open Mainframe Project, part of the Linux Foundation. -To learn more about how Zowe is structured and governed, see the [Technical Steering Committee Strucutre and Governance documentation](https://github.com/zowe/community/blob/master/Technical-Steering-Committee/tsc-governance.md). +To learn more about how Zowe is structured and governed, see the [Technical Steering Committee Structure and Governance documentation](https://github.com/zowe/community/blob/master/Technical-Steering-Committee/tsc-governance.md). diff --git a/packages/eslint-plugin-zowe-explorer/CHANGELOG.md b/packages/eslint-plugin-zowe-explorer/CHANGELOG.md index 3b0c868643..124a007730 100644 --- a/packages/eslint-plugin-zowe-explorer/CHANGELOG.md +++ b/packages/eslint-plugin-zowe-explorer/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to the "eslint-plugin-zowe-explorer" package will be documen ### Bug fixes +## `2.13.1` + ## `2.13.0` ## `2.12.2` diff --git a/packages/zowe-explorer-api/CHANGELOG.md b/packages/zowe-explorer-api/CHANGELOG.md index 431cbaeb3f..dfe8cb8894 100644 --- a/packages/zowe-explorer-api/CHANGELOG.md +++ b/packages/zowe-explorer-api/CHANGELOG.md @@ -14,9 +14,14 @@ All notable changes to the "zowe-explorer-api" extension will be documented in t ### Bug fixes -- Update dependencies for technical currency purposes. - Added return type for `IZoweUSSTreeNode.openUSS`. +## `2.13.1` + +### Bug fixes + +- Update dependencies for technical currency purposes. + ## `2.13.0` ### New features and enhancements diff --git a/packages/zowe-explorer-ftp-extension/CHANGELOG.md b/packages/zowe-explorer-ftp-extension/CHANGELOG.md index 49b36b5afc..fab3d09505 100644 --- a/packages/zowe-explorer-ftp-extension/CHANGELOG.md +++ b/packages/zowe-explorer-ftp-extension/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to the "zowe-explorer-ftp-extension" extension will be docum ### Bug fixes +## `2.13.1` + +### Bug fixes + - Update dependencies for technical currency purposes. ## `2.13.0` diff --git a/packages/zowe-explorer/CHANGELOG.md b/packages/zowe-explorer/CHANGELOG.md index 4f363fb98e..32b17eb4bb 100644 --- a/packages/zowe-explorer/CHANGELOG.md +++ b/packages/zowe-explorer/CHANGELOG.md @@ -13,12 +13,17 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documen - Fixed the allocate-like functionality by removing the inclusion of DS item in the filter history. [#2620](https://github.com/zowe/vscode-extension-for-zowe/issues/2620) - Fixed issue with `Submit JCL` losing focus on JCL being submitted, causing the wrong job submission. [#2616](https://github.com/zowe/vscode-extension-for-zowe/issues/2616) -- Update dependencies for technical currency purposes. - Fixed issue where USS file tag could get overwritten when changes to file are uploaded. [#2576](https://github.com/zowe/vscode-extension-for-zowe/issues/2576) - Fixed failure to refresh token value after user logs in to authentication. [#2638](https://github.com/zowe/vscode-extension-for-zowe/issues/2638) - Fixed order of spool files reverses when the Job is expanded and collapsed. [#2644](https://github.com/zowe/vscode-extension-for-zowe/pull/2644) - Fixed local filtering of jobs to work with SMFID (exec-member field). [#2651](https://github.com/zowe/vscode-extension-for-zowe/pull/2651) +## `2.13.1` + +### Bug fixes + +- Update dependencies for technical currency purposes. + ## `2.13.0` ### New features and enhancements