Skip to content

Commit ccbb392

Browse files
author
aws-toolkit-automation
committed
Release 1.18.0
1 parent 3eb168d commit ccbb392

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2024-07-29",
3+
"version": "1.18.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Security Scan: Fixed an issue scans were not able to succeed on Java projects with .class files"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "FileNotFound error causing early SSO expiration"
12+
}
13+
]
14+
}

packages/amazonq/.changes/next-release/Bug Fix-3caf33d6-2e1f-4013-92e3-365c77ac9378.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/.changes/next-release/Bug Fix-ceb237af-1d58-4560-9939-c07074eb3eee.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.18.0 2024-07-29
2+
3+
- **Bug Fix** Security Scan: Fixed an issue scans were not able to succeed on Java projects with .class files
4+
- **Bug Fix** FileNotFound error causing early SSO expiration
5+
16
## 1.17.0 2024-07-25
27

38
- **Bug Fix** Amazon Q Dev and Transform introduction text formatted incorrectly

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
5-
"version": "1.18.0-SNAPSHOT",
5+
"version": "1.18.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)