Skip to content

Commit

Permalink
Merge pull request #570 from IBM/v2.11.1
Browse files Browse the repository at this point in the history
Bump to v2.11.1
  • Loading branch information
SanjulaGanepola authored Aug 27, 2024
2 parents 66e1481 + be32527 commit 93680bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to the "vscode-ibmi-projectexplorer" extension will be documented in this file.

## `2.11.1`
* Fix action enablement when no project
* Specify NPM registry URL
* Replace Code for IBM i `onEvent` by `subscribe`
* Specify registry in .npmrc file
* Add version and install badges to README
* Create dependency-review.yml
* Document to create `iproj.json` before source migration
* Remove unnecessary export of PATH variable

## `2.11.0`
* Add scanning for sub projects
* Create `.gitignore` file when creating a new project
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
{
"command": "vscode-ibmi-projectexplorer.projectExplorer.setCompileCommand",
"when": "vscode-ibmi-projectexplorer:hasActiveProject"
},
},
{
"command": "vscode-ibmi-projectexplorer.projectExplorer.launchActionsSetup",
"when": "never"
Expand Down Expand Up @@ -2015,4 +2015,4 @@
"jsonschema": "^1.4.1",
"parse-gitignore": "^2.0.0"
}
}
}

0 comments on commit 93680bc

Please sign in to comment.