Skip to content

Commit 7cda67f

Browse files
author
aws-toolkit-automation
committed
Release 3.1.0
1 parent 13103fa commit 7cda67f

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2024-04-30",
3+
"version": "3.1.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Installation error when installing amazon q in remote AND you have the extension locally"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "Application Composer: Support template file watching outside of the workspace."
12+
}
13+
]
14+
}

packages/toolkit/.changes/next-release/Bug Fix-8d3c99b7-280e-41af-8f32-b52495610be0.json

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

packages/toolkit/.changes/next-release/Bug Fix-de3f475e-93a7-4ba6-8b26-90b655e563ca.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.1.0 2024-04-30
2+
3+
- **Bug Fix** Installation error when installing amazon q in remote AND you have the extension locally
4+
- **Bug Fix** Application Composer: Support template file watching outside of the workspace.
5+
16
## 3.0.0 2024-04-30
27

38
- **Breaking Change** Remove Amazon Q and CodeWhisperer features. They are now a part of the [Amazon Q extension](https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode).

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including CodeCatalyst, Application Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.1.0-SNAPSHOT",
5+
"version": "3.1.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)