diff --git a/lerna.json b/lerna.json index 56b9dabe0..49dd1d0b9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.2.0", + "version": "8.3.0", "command": { "publish": { "ignoreChanges": [ diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 20861ad57..7bddbcdbd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -16267,7 +16267,7 @@ }, "packages/cli": { "name": "@zowe/cli", - "version": "8.2.0", + "version": "8.3.0", "hasInstallScript": true, "license": "EPL-2.0", "dependencies": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9aa9f3957..b24958791 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Zowe CLI package will be documented in this file. -## Recent Changes +## `8.3.0` - Enhancement: Issue the `zowe files search data-sets` command with the new `encoding` option to use a different code page when searching data set contents. [#2161](https://github.com/zowe/zowe-cli/issues/2161) diff --git a/packages/cli/package.json b/packages/cli/package.json index 40e9bb3e7..851aa412a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/cli", - "version": "8.2.0", + "version": "8.3.0", "zoweVersion": "v3.0.0", "description": "Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.", "author": "Zowe",