Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df47ff5

Browse files
author
aws-toolkit-automation
committedNov 16, 2021
Update version to 1.12.0
1 parent 00657a9 commit df47ff5

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed
 

‎.changes/1.12.0.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date": "2021-11-16",
3+
"version": "1.12.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Add support for CloudWatch output config in SSM RunCommand task"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Lambda create and update tasks utilize Lambda function states to signal completion"
12+
}
13+
]
14+
}

‎.changes/next-release/Feature-2e4545c5-a2ab-4416-a8bc-9327daeccdcc.json

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

‎.changes/next-release/Feature-d8cbf88e-be98-44d1-860e-fcd0366292f1.json

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

‎CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.12.0 2021-11-16
2+
3+
- **Feature** Add support for CloudWatch output config in SSM RunCommand task
4+
- **Feature** Lambda create and update tasks utilize Lambda function states to signal completion
5+
16
## 1.11.0 2021-06-02
27

38
- **Feature** Detect more MIME types for S3 uploads

‎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.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-vsts-tools",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "AWS Tools for Azure DevOps",
55
"private": true,
66
"main": "build/tasks",

0 commit comments

Comments
 (0)
Please sign in to comment.