Skip to content

Commit 547791e

Browse files
author
aws-toolkit-automation
committed
Release 3.0.0
1 parent 6cf284e commit 547791e

8 files changed

+31
-18
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2024-04-30",
3+
"version": "3.0.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "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)."
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CodeCatalyst: User can create a dev environment inside a dev environment"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "CodeCatalyst: Fix extension activation in new dev environments"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "CodeCatalyst: Fix heartbeat activity registration"
20+
}
21+
]
22+
}

packages/toolkit/.changes/next-release/Breaking Change-6cfb7cca-942d-48f5-89d9-67c2053fd0a8.json

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

packages/toolkit/.changes/next-release/Bug Fix-51277dc2-c134-450c-8394-b0937055969b.json

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

packages/toolkit/.changes/next-release/Bug Fix-5d2dc465-bf49-4808-94a1-bf8006af3b96.json

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

packages/toolkit/.changes/next-release/Bug Fix-5e2f465c-e15e-4ec9-b60c-053c7046769c.json

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

packages/toolkit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.0.0 2024-04-30
2+
3+
- **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).
4+
- **Bug Fix** CodeCatalyst: User can create a dev environment inside a dev environment
5+
- **Bug Fix** CodeCatalyst: Fix extension activation in new dev environments
6+
- **Bug Fix** CodeCatalyst: Fix heartbeat activity registration
7+
18
## 2.20.0 2024-04-19
29

310
- **Bug Fix** Amazon Q CodeTransform may fail if JAVA_HOME has leading or trailing whitespace

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

0 commit comments

Comments
 (0)