diff --git a/__tests__/__snapshots__/imperative.test.ts.snap b/__tests__/__snapshots__/imperative.test.ts.snap index 2df28e1..86e12bd 100644 --- a/__tests__/__snapshots__/imperative.test.ts.snap +++ b/__tests__/__snapshots__/imperative.test.ts.snap @@ -13,6 +13,7 @@ Object { "description": "A profile for interaction with Db2 for the z/OS region", "properties": Object { "database": Object { + "includeInTemplate": true, "optionDefinition": Object { "aliases": Array [ "d", diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7f825d3..291ac6c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@zowe/db2-for-zowe-cli", - "version": "5.0.6", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zowe/db2-for-zowe-cli", - "version": "5.0.6", + "version": "6.0.0", "license": "EPL-2.0", "dependencies": { "ibm_db": "3.2.3" diff --git a/package.json b/package.json index 0cd0f0f..ae3de95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/db2-for-zowe-cli", - "version": "5.0.6", + "version": "6.0.0", "description": "IBM® Db2® Plug-in for Zowe CLI", "author": "Zowe", "license": "EPL-2.0",