Skip to content

Commit

Permalink
Release 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 7, 2024
1 parent ab0664b commit fc55cdb
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 19 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.

22 changes: 22 additions & 0 deletions packages/amazonq/.changes/1.34.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"date": "2024-11-07",
"version": "1.34.0",
"entries": [
{
"type": "Bug Fix",
"description": "Align example help text with prompt message in chat"
},
{
"type": "Bug Fix",
"description": "Improve `@workspace` index auto pause start strategy. "
},
{
"type": "Feature",
"description": "Allow users to View and Apply diff when they explictily send code to Amazon Q using - Fix, Refactor, Optimize and Send To Prompt."
},
{
"type": "Feature",
"description": "Security Scan: Auto-scan now supports JSX, TSX, Kotlin, Scala, and Shell files."
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.34.0 2024-11-07

- **Bug Fix** Align example help text with prompt message in chat
- **Bug Fix** Improve `@workspace` index auto pause start strategy.
- **Feature** Allow users to View and Apply diff when they explictily send code to Amazon Q using - Fix, Refactor, Optimize and Send To Prompt.
- **Feature** Security Scan: Auto-scan now supports JSX, TSX, Kotlin, Scala, and Shell files.

## 1.33.0 2024-10-30

- **Bug Fix** Amazon Q /dev: fix for stop button showing for Code Transformation
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.34.0-SNAPSHOT",
"version": "1.34.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit fc55cdb

Please sign in to comment.