diff --git a/CHANGELOG.md b/CHANGELOG.md index fedd24d..7d96a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the z/OS FTP Plug-in for Zowe CLI will be documented in this file. -## Recent Changes +## `3.0.0` - MAJOR: v3.0.0 release diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 968ad89..49e6ca9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@zowe/zos-ftp-for-zowe-cli", - "version": "3.0.0-next.202409231411", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zowe/zos-ftp-for-zowe-cli", - "version": "3.0.0-next.202409231411", + "version": "3.0.0", "license": "EPL-2.0", "dependencies": { "zos-node-accessor": "2.0.11" diff --git a/package.json b/package.json index a2d3009..796a134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/zos-ftp-for-zowe-cli", - "version": "3.0.0-next.202409231411", + "version": "3.0.0", "author": "Zowe", "repository": { "type": "git",