diff --git a/CHANGELOG.md b/CHANGELOG.md index f745fb0c..0aa9e1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.24.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.23.7...v2.24.0) (2023-10-27) + + +### Features + +* Add WUShowResults setting ([75613c0](https://github.com/hpcc-systems/vscode-ecl/commit/75613c0e4044a1764144d88f2a665bcca2b227d9)) + ### [2.23.7](https://github.com/hpcc-systems/vscode-ecl/compare/v2.23.6...v2.23.7) (2023-10-09) diff --git a/package-lock.json b/package-lock.json index 899755ac..e64e97f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecl", - "version": "2.23.7", + "version": "2.24.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecl", - "version": "2.23.7", + "version": "2.24.0", "dependencies": { "@vscode/webview-ui-toolkit": "1.2.2" }, diff --git a/package.json b/package.json index a37ef196..02bb1e0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ecl", - "version": "2.23.7", + "version": "2.24.0", "publisher": "hpcc-systems", "displayName": "ECL Language", "description": "ECL (Enterprise Control Language) support for Visual Studio Code", @@ -1378,4 +1378,4 @@ } ] } -} \ No newline at end of file +}