Skip to content

Commit 9e6ed52

Browse files
author
aws-toolkit-automation
committed
Release 1.1.0
1 parent 71af618 commit 9e6ed52

7 files changed

+26
-14
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2024-04-30",
3+
"version": "1.1.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q Chat: Fixed markdown is not getting parsed inside list items."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Amazon Q Chat: Copy to clipboard on code blocks doesn't work"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "Fixed a crash when trying to use Q /dev on large projects or projects containing files with unsupported encoding."
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Bug Fix-1d12cfc3-e729-419d-a15b-deb1326459df.json

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

packages/amazonq/.changes/next-release/Bug Fix-700e4ec0-f012-405a-9073-b0a0478bd154.json

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

packages/amazonq/.changes/next-release/Bug Fix-f5decdc1-1202-45f7-891c-b89643214089.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.0 2024-04-30
2+
3+
- **Bug Fix** Amazon Q Chat: Fixed markdown is not getting parsed inside list items.
4+
- **Bug Fix** Amazon Q Chat: Copy to clipboard on code blocks doesn't work
5+
- **Bug Fix** Fixed a crash when trying to use Q /dev on large projects or projects containing files with unsupported encoding.
6+
17
## 1.0.0 2024-04-29
28

39
- **Bug Fix** Code Transformation: Address various issues in TransformationHub UX.

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

0 commit comments

Comments
 (0)