diff --git a/CHANGELOG.md b/CHANGELOG.md index fb84e14c..7ad4d98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to the "vscode-ibmi-projectexplorer" extension will be documented in this file. +## `2.10.5` +* Update ARCAD link to project mode page +* Fix debug to use the project's library list and current library + ## `2.10.4` * Add "Get Started on a New IBM i Project" walkthrough * Add "Development with an Existing IBM i Project" walkthrough diff --git a/package-lock.json b/package-lock.json index 4d1ea661..78e27f0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-ibmi-projectexplorer", - "version": "2.10.4", + "version": "2.10.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-ibmi-projectexplorer", - "version": "2.10.4", + "version": "2.10.5", "license": "Apache-2.0", "dependencies": { "dotenv": "^16.4.5", diff --git a/package.json b/package.json index f5f6379f..83f5208a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "publisher": "IBM", "license": "Apache-2.0", - "version": "2.10.4", + "version": "2.10.5", "repository": { "url": "https://github.com/IBM/vscode-ibmi-projectexplorer" }, diff --git a/types/package-lock.json b/types/package-lock.json index dd780beb..f31002fb 100644 --- a/types/package-lock.json +++ b/types/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ibm/vscode-ibmi-projectexplorer-types", - "version": "2.10.4", + "version": "2.10.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ibm/vscode-ibmi-projectexplorer-types", - "version": "2.10.4", + "version": "2.10.5", "license": "Apache-2.0", "dependencies": { "@halcyontech/vscode-ibmi-types": "^2.9.0", diff --git a/types/package.json b/types/package.json index 7b789365..583b3abc 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.10.4", + "version": "2.10.5", "author": { "name": "IBM", "url": "https://github.com/IBM"