Skip to content

Commit

Permalink
Merge release into master
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Oct 3, 2024
2 parents 47886d1 + 56f7165 commit 9088d58
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/toolkit/.changes/3.27.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2024-10-03",
"version": "3.27.0",
"entries": [
{
"type": "Bug Fix",
"description": "rename Application Composer to Infrastructure Composer"
}
]
}

This file was deleted.

4 changes: 4 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.27.0 2024-10-03

- **Bug Fix** rename Application Composer to Infrastructure Composer

## 3.26.0 2024-09-27

- **Bug Fix** EC2 connect: remote connection will no longer fail with 'too many authentication attempt'
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.27.0-SNAPSHOT",
"version": "3.28.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 9088d58

Please sign in to comment.