Skip to content

Commit

Permalink
Release 1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 30, 2025
1 parent 30face9 commit 7400b54
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 15 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.

18 changes: 18 additions & 0 deletions packages/amazonq/.changes/1.45.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"date": "2025-01-30",
"version": "1.45.0",
"entries": [
{
"type": "Bug Fix",
"description": "Allow AB users with an overridden customization to go back to the default customization"
},
{
"type": "Bug Fix",
"description": "For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format"
},
{
"type": "Feature",
"description": "Add setting to allow Q /dev to run code and test commands"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.45.0 2025-01-30

- **Bug Fix** Allow AB users with an overridden customization to go back to the default customization
- **Bug Fix** For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format
- **Feature** Add setting to allow Q /dev to run code and test commands

## 1.44.0 2025-01-23

- **Bug Fix** Amazon Q: word duplication when pressing tab on context selector fixed
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": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
"version": "1.45.0-SNAPSHOT",
"version": "1.45.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 7400b54

Please sign in to comment.