Skip to content

Commit

Permalink
Release 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Aug 22, 2024
1 parent f5da4cb commit b624e0c
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions packages/amazonq/.changes/1.22.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"date": "2024-08-22",
"version": "1.22.0",
"entries": [
{
"type": "Bug Fix",
"description": "Avoid refreshing code suggestion for paginated response"
},
{
"type": "Bug Fix",
"description": "Update login logo styling"
},
{
"type": "Bug Fix",
"description": "Correct indentation when insert Q chat code at cursor position"
},
{
"type": "Feature",
"description": "Add notification for extended session to IdC users"
},
{
"type": "Feature",
"description": "Support more programming languages for workspace index"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.22.0 2024-08-22

- **Bug Fix** Avoid refreshing code suggestion for paginated response
- **Bug Fix** Update login logo styling
- **Bug Fix** Correct indentation when insert Q chat code at cursor position
- **Feature** Add notification for extended session to IdC users
- **Feature** Support more programming languages for workspace index

## 1.21.0 2024-08-15

- **Bug Fix** Q feature dev: update file extension list and minor UI fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
"version": "1.22.0-SNAPSHOT",
"version": "1.22.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit b624e0c

Please sign in to comment.