Skip to content

Commit

Permalink
Prepare for 2.13 release (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Mar 6, 2024
1 parent c32184b commit a54d796
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

<!-- KEEP-THIS-COMMENT -->

## 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a54d796

Please sign in to comment.