diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d4e284..b2b78566 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.23.3](https://github.com/hpcc-systems/vscode-ecl/compare/v2.23.2...v2.23.3) (2023-08-25) + + +### Bug Fixes + +* Clienttools terminal will fail on *nix platforms ([f1e0a7a](https://github.com/hpcc-systems/vscode-ecl/commit/f1e0a7a965d5fb17a5f5b2c2c798ab6c73104846)) + ### [2.23.2](https://github.com/hpcc-systems/vscode-ecl/compare/v2.23.1...v2.23.2) (2023-07-19) diff --git a/package-lock.json b/package-lock.json index 1f4efdc8..c79013bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecl", - "version": "2.23.2", + "version": "2.23.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecl", - "version": "2.23.2", + "version": "2.23.3", "dependencies": { "@vscode/webview-ui-toolkit": "1.2.2" }, diff --git a/package.json b/package.json index 1b779997..2cbcbed1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ecl", - "version": "2.23.2", + "version": "2.23.3", "publisher": "hpcc-systems", "displayName": "ECL Language", "description": "ECL (Enterprise Control Language) support for Visual Studio Code",