From a54d7963a1f8d794b90a7db3463bbde114a332ab Mon Sep 17 00:00:00 2001 From: Tami Takamiya Date: Wed, 6 Mar 2024 10:00:21 -0500 Subject: [PATCH] Prepare for 2.13 release (#1119) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51036d401..e509c001e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ +## v2.13 + +### Minor Changes + +- Send IGNORED feedback if feedback was pending (#1116) @TamiTakamiya +- send ansible extension version in lightspeed requests (#1111) @robinbobbitt + +### Bugfixes + +- Fix terminal color and navigator command execution (#1118) @priyamsahoo +- Do not send ACCEPTED feedback from commit handler (#1115) @TamiTakamiya +- Re-enable Lightspeed UI tests (#1088) @TamiTakamiya +- Send IGNORED suggestion feedback when active editor/window is changed (#1113) + @TamiTakamiya +- Reject pending suggestion if text selection changes (#1107) @TamiTakamiya +- No inlineSuggestionFeedback if user accepted it on widget (#1105) + @TamiTakamiya +- Copilot tab completion does not work with v2.12 extension (#1109) + @TamiTakamiya + ## v2.12 ### Minor Changes diff --git a/package.json b/package.json index e76781e22..81c37d3f6 100644 --- a/package.json +++ b/package.json @@ -823,7 +823,7 @@ "_coverage-all": "./tools/coverage-all.sh", "coverage-all": "TEST_LIGHTSPEED_URL='http://127.0.0.1:3000' yarn _coverage-all" }, - "version": "2.12.0", + "version": "2.13.0", "packageManager": "yarn@4.0.2", "vsce": { "dependencies": false,