Skip to content

Commit

Permalink
Move to v2.9.0 to release
Browse files Browse the repository at this point in the history
Signed-off-by: Edmund Reinhardt <[email protected]>
  • Loading branch information
edmundreinhardt committed Apr 9, 2024
1 parent fcd9872 commit 3f30b36
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions types/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}
}

0 comments on commit 3f30b36

Please sign in to comment.