diff --git a/CHANGELOG.md b/CHANGELOG.md index 7841e629a..f9dc70ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Imperative package will be documented in this file. -## Recent Changes +## `5.18.1` - BugFix: Fixed merging of profile properties in `ProfileInfo.createSession`. [#1008](https://github.com/zowe/imperative/issues/1008) diff --git a/package-lock.json b/package-lock.json index fd3cbea6a..4ab889f72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zowe/imperative", - "version": "5.18.0", + "version": "5.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zowe/imperative", - "version": "5.18.0", + "version": "5.18.1", "license": "EPL-2.0", "dependencies": { "@types/yargs": "13.0.4", diff --git a/package.json b/package.json index e367c7414..1cb60768b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/imperative", - "version": "5.18.0", + "version": "5.18.1", "description": "framework for building configurable CLIs", "author": "Zowe", "license": "EPL-2.0",