Skip to content

Commit 94c5158

Browse files
authored
Releaseing CodeWhisperer Language Server 0.0.12 (#423)
1 parent 17e0cef commit 94c5158

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/aws-lsp-codewhisperer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.0.12] - 2024-08-19
4+
- Allow sending document without active focus in Chat requests
5+
- Implement sample device auth SSO flow in LSP server
6+
37
## [0.0.11] - 2024-08-14
48
- Fix issue with source framework selection on transform
59

server/aws-lsp-codewhisperer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-codewhisperer",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "CodeWhisperer Language Server",
55
"main": "out/index.js",
66
"repository": {

0 commit comments

Comments
 (0)