Skip to content

Commit a6cf669

Browse files
author
aws-toolkit-automation
committed
Release 1.5.0
1 parent 0653bc1 commit a6cf669

9 files changed

+36
-22
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2024-05-17",
3+
"version": "1.5.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Security Scan: Fixes an issue when scanning projects with binary files"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Fixes an issue where the /dev chat wouldn't let customers modify the source folder when exceeding the size limit"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Security Scan: Improved error notifications"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Security Scan: Added custom command to run the security scan."
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Security Scan: \"View details\" and \"Explain\" options can now be accessed from the problems panel"
24+
}
25+
]
26+
}

packages/amazonq/.changes/next-release/Bug Fix-1a6335fc-eeaa-4f85-b9de-bf76febfc7c6.json

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

packages/amazonq/.changes/next-release/Bug Fix-7034adfe-fc09-44d2-8328-d908ab99f1ac.json

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

packages/amazonq/.changes/next-release/Bug Fix-da407ea0-d11a-4b6f-8c0b-e80558c696d0.json

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

packages/amazonq/.changes/next-release/Feature-3c3426f5-5e51-47a4-8441-d03b3f88403e.json

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

packages/amazonq/.changes/next-release/Feature-a3c3254a-b163-44b2-8acc-b7974f8369df.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.5.0 2024-05-17
2+
3+
- **Bug Fix** Security Scan: Fixes an issue when scanning projects with binary files
4+
- **Bug Fix** Fixes an issue where the /dev chat wouldn't let customers modify the source folder when exceeding the size limit
5+
- **Bug Fix** Security Scan: Improved error notifications
6+
- **Feature** Security Scan: Added custom command to run the security scan.
7+
- **Feature** Security Scan: "View details" and "Explain" options can now be accessed from the problems panel
8+
19
## 1.4.0 2024-05-13
210

311
- **Bug Fix** Auth: No longer request AWS account scopes during login.

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.5.0-SNAPSHOT",
5+
"version": "1.5.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)