Skip to content

Commit

Permalink
update version number to 1.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Edmund Reinhardt <[email protected]>
  • Loading branch information
edmundreinhardt committed Oct 30, 2023
1 parent c0835bf commit 90ae295
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
dist
out
.DS_Store
*.vsix
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log

All notable changes to the "vscode-ibmi-projectexplorer" extension will be documented in this file.
## `1.2.3`
- Gave explicit type to event's callback function by @sebjulliand in #201
- Add debug action to programs by @SanjulaGanepola in #86
- Fix update member text action by @SanjulaGanepola in #210
- Implement Job Log Updates by @irfanshar in #219
- Fixed explorer command calls by @sebjulliand in #225
- Fixed library actions by @sebjulliand in #228
- Fixed explorer crashing on non string values in iproj.json by @sebjulliand in #232
- Fixed launch configuration to run actual watch task by @sebjulliand in #233
- Fixed explorer crashing when refreshing project with extensible children by @sebjulliand in #234

## `1.2.2`
- Contribute the job log to the bottom panel
Expand Down
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": "1.2.2",
"version": "1.2.3",
"repository": {
"url": "https://github.com/IBM/vscode-ibmi-projectexplorer"
},
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.2.2",
"version": "1.2.3",
"author": {
"name": "IBM",
"url": "https://github.com/IBM"
Expand Down

0 comments on commit 90ae295

Please sign in to comment.