Skip to content

Commit

Permalink
Prepare for 2.12 release (#1103)
Browse files Browse the repository at this point in the history
* Prepare for 2.12 release

* chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
TamiTakamiya and pre-commit-ci[bot] authored Feb 26, 2024
1 parent f06b9f6 commit 8eeda5c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

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

## v2.12

### Minor Changes

- Update lightspeed doc link in README (#1097) @TamiTakamiya
- Reject feedback API for unlicensed users after disabling tech preview (#1090)
@TamiTakamiya

### Bugfixes

- avoid duplicated suggestionFeedback event (#1099) @goneri
- Unbound variable error in language server CI jobs (#1095) @TamiTakamiya
- Update CI job to assign auto server number for xvfb execution (#1094)
@priyamsahoo

## v2.11

### 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.11.0",
"version": "2.12.0",
"packageManager": "yarn@4.0.2",
"vsce": {
"dependencies": false,
Expand Down

0 comments on commit 8eeda5c

Please sign in to comment.