Skip to content

Commit

Permalink
Merge pull request #435 from IBM/fix/refresh_work
Browse files Browse the repository at this point in the history
Move to v2.9.0 to release
  • Loading branch information
edmundreinhardt authored Apr 9, 2024
2 parents efb1ba4 + 3f30b36 commit 71c490c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 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
4 changes: 2 additions & 2 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 71c490c

Please sign in to comment.