Skip to content

Commit

Permalink
Release 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jul 29, 2024
1 parent 3eb168d commit ccbb392
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 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.

14 changes: 14 additions & 0 deletions packages/amazonq/.changes/1.18.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2024-07-29",
"version": "1.18.0",
"entries": [
{
"type": "Bug Fix",
"description": "Security Scan: Fixed an issue scans were not able to succeed on Java projects with .class files"
},
{
"type": "Bug Fix",
"description": "FileNotFound error causing early SSO expiration"
}
]
}

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.18.0 2024-07-29

- **Bug Fix** Security Scan: Fixed an issue scans were not able to succeed on Java projects with .class files
- **Bug Fix** FileNotFound error causing early SSO expiration

## 1.17.0 2024-07-25

- **Bug Fix** Amazon Q Dev and Transform introduction text formatted incorrectly
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.18.0-SNAPSHOT",
"version": "1.18.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit ccbb392

Please sign in to comment.