diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8fb87e..39af2fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to the "vscode-ibmi-projectexplorer" extension will be documented in this file. +## `2.9.0` +* Depend on `Code for i` 2.9.0 +* Added debug as Service Entry Point (SEP) to debug menu +* Disable Download member functionality in Merlin +* Set LIBL and CURLIB in .env whenever they are updated by project so Code 4 i actions run correctly ## `2.6.8` * Add merlin context value and suppress the upload member action in the cloud context ## `2.6.7` diff --git a/package-lock.json b/package-lock.json index 9a26e544..f3e744e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-ibmi-projectexplorer", - "version": "2.6.8", + "version": "2.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-ibmi-projectexplorer", - "version": "2.6.8", + "version": "2.9.0", "license": "Apache-2.0", "dependencies": { "dotenv": "^16.4.5", diff --git a/package.json b/package.json index 5d2a26fc..d8d96934 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "publisher": "IBM", "license": "Apache-2.0", - "version": "2.6.8", + "version": "2.9.0", "repository": { "url": "https://github.com/IBM/vscode-ibmi-projectexplorer" }, diff --git a/types/package.json b/types/package.json index 786d234f..62a5670e 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.8", + "version": "2.9.0", "author": { "name": "IBM", "url": "https://github.com/IBM" @@ -21,7 +21,7 @@ "deploy": "npm publish --access public" }, "dependencies": { - "@halcyontech/vscode-ibmi-types": "^2.7.0", + "@halcyontech/vscode-ibmi-types": "^2.9.0", "jsonschema": "^1.4.1" } }