Skip to content

Commit ed87f5f

Browse files
author
aws-toolkit-automation
committed
Merge release into master
2 parents 2b345c9 + 9dffe3e commit ed87f5f

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.

packages/toolkit/.changes/3.45.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2025-02-05",
3+
"version": "3.45.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Add support for DocumentDB clusters"
8+
},
9+
{
10+
"type": "Feature",
11+
"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."
12+
}
13+
]
14+
}

packages/toolkit/.changes/next-release/Feature-d152cb05-9a0e-4dbc-8315-dcdfbae38040.json

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

packages/toolkit/.changes/next-release/Feature-f899524a-1862-4e6f-a10a-bda639f1e792.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.45.0 2025-02-05
2+
3+
- **Feature** Add support for DocumentDB clusters
4+
- **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.
5+
16
## 3.44.0 2025-01-30
27

38
- **Bug Fix** Policy Checks selected profile is always default

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, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.45.0-SNAPSHOT",
5+
"version": "3.46.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)