From e4edd4ca2f5a2281b684a13daad064af33b96a01 Mon Sep 17 00:00:00 2001 From: zFernand0 Date: Wed, 11 Dec 2019 16:08:31 -0500 Subject: [PATCH] Publish a 1.0.1 verison Signed-off-by: zFernand0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c79c384a1e..7a7630962a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to the "vscode-extension-for-zowe" extension will be documented in this file. +## `1.0.1` + +- Remove duplicate commands #376. Thanks @lauren-li +- Update localization for v1.0.0 #374. Thanks @lauren-li +- Update keywords #383. @zFernand0 +- Update package json files #391. @zFernand0 +- Fixed adding sessions in Theia #382. Thanks @phaumer +- Add validation for undefined username and password + more cosmetic fix #378. Thanks @jellypuno +- Update incorrect profile message #387. Thanks @lauren-li + ## `1.0.0` - VSCode centric Connection settings. . Thanks @crawr, @jellypuno diff --git a/package-lock.json b/package-lock.json index ceb4f1343a..fdb803552c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-extension-for-zowe", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f838801d5a..cf27f17a24 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-extension-for-zowe", "displayName": "%displayName%", "description": "%description%", - "version": "1.0.0", + "version": "1.0.1", "publisher": "Zowe", "author": "Zowe", "license": "EPL-2.0",