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 Nov 14, 2024
2 parents 100c6f5 + 935b5ea commit 932ef34
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 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.

14 changes: 14 additions & 0 deletions packages/toolkit/.changes/3.34.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2024-11-14",
"version": "3.34.0",
"entries": [
{
"type": "Bug Fix",
"description": "SAM debugging: misleading 'IaC' message/placeholder"
},
{
"type": "Bug Fix",
"description": "SAM local debugging: `aws.region` and `aws.credentials` specified in launch config should override default Toolkit region and credentials"
}
]
}

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.34.0 2024-11-14

- **Bug Fix** SAM debugging: misleading 'IaC' message/placeholder
- **Bug Fix** SAM local debugging: `aws.region` and `aws.credentials` specified in launch config should override default Toolkit region and credentials

## 3.33.0 2024-11-11

- **Feature** UI: region-related quickpicks now have a refresh button
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.34.0-SNAPSHOT",
"version": "3.35.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 932ef34

Please sign in to comment.