diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff405fb..fc8fb87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Change Log All notable changes to the "vscode-ibmi-projectexplorer" extension will be documented in this file. - +## `2.6.8` +* Add merlin context value and suppress the upload member action in the cloud context ## `2.6.7` * Make version optional in .ibmi.json to avoid errors on `Migrate source` * fix source orbit enablement for Migrate Source diff --git a/package-lock.json b/package-lock.json index e27f0979..11921722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-ibmi-projectexplorer", - "version": "2.6.7", + "version": "2.6.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-ibmi-projectexplorer", - "version": "2.6.7", + "version": "2.6.8", "license": "Apache-2.0", "dependencies": { "dotenv": "^16.4.5", diff --git a/package.json b/package.json index 9ce337cc..970b0039 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "publisher": "IBM", "license": "Apache-2.0", - "version": "2.6.7", + "version": "2.6.8", "repository": { "url": "https://github.com/IBM/vscode-ibmi-projectexplorer" }, diff --git a/types/package.json b/types/package.json index ed009654..786d234f 100644 --- a/types/package.json +++ b/types/package.json @@ -1,7 +1,7 @@ { "name": "@ibm/vscode-ibmi-projectexplorer-types", "description": "Type definitions for the IBM i Project Explorer API", - "version": "2.6.7", + "version": "2.6.8", "author": { "name": "IBM", "url": "https://github.com/IBM"