diff --git a/CHANGELOG.md b/CHANGELOG.md index efd174d..ea4773e 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.26.3](https://github.com/hpcc-systems/vscode-ecl/compare/v2.26.2...v2.26.3) (2024-03-01) + + +### Bug Fixes + +* restore the deleted ecl.WUShowResults setting ([cf550b7](https://github.com/hpcc-systems/vscode-ecl/commit/cf550b7eb49eb94a3341e67bd11f3896496a5329)) + ### [2.26.2](https://github.com/hpcc-systems/vscode-ecl/compare/v2.26.1...v2.26.2) (2024-02-21) diff --git a/package-lock.json b/package-lock.json index 6fc04bc..20bb2dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecl", - "version": "2.26.2", + "version": "2.26.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecl", - "version": "2.26.2", + "version": "2.26.3", "dependencies": { "@vscode/webview-ui-toolkit": "1.2.2", "csv": "^6.3.5", diff --git a/package.json b/package.json index e644706..df722df 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ecl", - "version": "2.26.2", + "version": "2.26.3", "publisher": "hpcc-systems", "displayName": "ECL Language", "description": "ECL (Enterprise Control Language) support for Visual Studio Code",