diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f4890..efd174d 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.2](https://github.com/hpcc-systems/vscode-ecl/compare/v2.26.1...v2.26.2) (2024-02-21) + + +### Bug Fixes + +* Right click WU->Result has wrong menu item ([01f0687](https://github.com/hpcc-systems/vscode-ecl/commit/01f068782000df5f89822edae8611ad8efcb7c45)) + ### [2.26.1](https://github.com/hpcc-systems/vscode-ecl/compare/v2.26.0...v2.26.1) (2024-02-19) diff --git a/package-lock.json b/package-lock.json index 5ab324b..6fc04bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecl", - "version": "2.26.1", + "version": "2.26.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecl", - "version": "2.26.1", + "version": "2.26.2", "dependencies": { "@vscode/webview-ui-toolkit": "1.2.2", "csv": "^6.3.5", diff --git a/package.json b/package.json index a60a030..9ef9b5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ecl", - "version": "2.26.1", + "version": "2.26.2", "publisher": "hpcc-systems", "displayName": "ECL Language", "description": "ECL (Enterprise Control Language) support for Visual Studio Code",