From 90ae295ed811ae97afc7fcd9f0c7b9c285c4c20b Mon Sep 17 00:00:00 2001 From: Edmund Reinhardt Date: Mon, 30 Oct 2023 18:26:21 -0400 Subject: [PATCH] update version number to 1.2.3 Signed-off-by: Edmund Reinhardt --- .gitignore | 1 + CHANGELOG.md | 10 ++++++++++ package.json | 2 +- types/package.json | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9fce6c17..7e1106d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules dist +out .DS_Store *.vsix \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 13644338..db52509d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 42661981..65920d9a 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/types/package.json b/types/package.json index 52c8a72a..2d463b7f 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": "1.2.2", + "version": "1.2.3", "author": { "name": "IBM", "url": "https://github.com/IBM"