From b27b9a9c621e21c97caa4c7127e78febc37ab9b4 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Fri, 6 Sep 2024 12:07:33 +0100 Subject: [PATCH] chore(release): 2.29.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 915a905..f40c419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.29.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.28.2...v2.29.0) (2024-09-06) + + +### Features + +* Rename and reorganise menus ([94a9dee](https://github.com/hpcc-systems/vscode-ecl/commit/94a9dee059acf6872c61a53e12d68c3c859ab0a2)) +* Switch to proper RAG for [@ecl](https://github.com/ecl) chat agent ([37cb8d7](https://github.com/hpcc-systems/vscode-ecl/commit/37cb8d7650723656abcddefa3b6bbcc7055c7976)) + ### [2.28.2](https://github.com/hpcc-systems/vscode-ecl/compare/v2.28.1...v2.28.2) (2024-08-23) diff --git a/package-lock.json b/package-lock.json index bea4516..fd28857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecl", - "version": "2.28.2", + "version": "2.29.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ecl", - "version": "2.28.2", + "version": "2.29.0", "dependencies": { "@vscode/prompt-tsx": "0.2.8-alpha", "exceljs": "4.4.0", diff --git a/package.json b/package.json index 22061d2..ba192a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ecl", - "version": "2.28.2", + "version": "2.29.0", "publisher": "hpcc-systems", "displayName": "ECL Language", "description": "ECL (Enterprise Control Language) support for Visual Studio Code",