Skip to content

Commit 2b1fa56

Browse files
author
aws-toolkit-automation
committed
Release 1.2.0
1 parent 88a81d2 commit 2b1fa56

10 files changed

+41
-26
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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"date": "2024-05-07",
3+
"version": "1.2.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Fix bug when Amazon Q chat sends code selection while user has no selection"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q Code Transformation: make jobId visible in job history tab at start of job and allow summary.md + icons to be saved when accepting changes"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Amazon Q Chat: Typewriter animator parts showing up in code fields inside listitems"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "Security Scan: Addresses a bug where security issues sometimes appear multiple times"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "Update cross file context config for Q inline suggestion"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "Amazon Q: Security scans now support C, C++, and PHP files"
28+
}
29+
]
30+
}

packages/amazonq/.changes/next-release/Bug Fix-12271e0b-126f-4112-936d-a94ad0566aee.json

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

packages/amazonq/.changes/next-release/Bug Fix-58e09665-68a7-477e-b4a6-708cc77d7c54.json

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

packages/amazonq/.changes/next-release/Bug Fix-c2be4698-9cf5-4e3f-9411-8a8aff3c07fb.json

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

packages/amazonq/.changes/next-release/Bug Fix-f3dc220b-64f4-4e50-990a-9c825baf14e2.json

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

packages/amazonq/.changes/next-release/Feature-5ccb4f03-68ca-4582-93a8-6c6a40397f14.json

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

packages/amazonq/.changes/next-release/Feature-6ea8b49b-5757-45f8-898e-3c188f59861b.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.2.0 2024-05-07
2+
3+
- **Bug Fix** Fix bug when Amazon Q chat sends code selection while user has no selection
4+
- **Bug Fix** Amazon Q Code Transformation: make jobId visible in job history tab at start of job and allow summary.md + icons to be saved when accepting changes
5+
- **Bug Fix** Amazon Q Chat: Typewriter animator parts showing up in code fields inside listitems
6+
- **Bug Fix** Security Scan: Addresses a bug where security issues sometimes appear multiple times
7+
- **Feature** Update cross file context config for Q inline suggestion
8+
- **Feature** Amazon Q: Security scans now support C, C++, and PHP files
9+
110
## 1.1.0 2024-04-30
211

312
- **Bug Fix** Amazon Q Chat: Fixed markdown is not getting parsed inside list items.

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

0 commit comments

Comments
 (0)