Skip to content

Commit

Permalink
Release 3.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Feb 5, 2025
1 parent af77b1f commit 64b040b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 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.45.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2025-02-05",
"version": "3.45.0",
"entries": [
{
"type": "Feature",
"description": "Add support for DocumentDB clusters"
},
{
"type": "Feature",
"description": "Step Functions: Upgrade amazon-states-language-service to 1.15. This new version enhance autocomplete for variable and JSONata expression in JSON ASL files."
}
]
}

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.45.0 2025-02-05

- **Feature** Add support for DocumentDB clusters
- **Feature** Step Functions: Upgrade amazon-states-language-service to 1.15. This new version enhance autocomplete for variable and JSONata expression in JSON ASL files.

## 3.44.0 2025-01-30

- **Bug Fix** Policy Checks selected profile is always default
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.45.0-SNAPSHOT",
"version": "3.45.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 64b040b

Please sign in to comment.