Skip to content

Commit

Permalink
Update version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 16, 2021
1 parent 00657a9 commit df47ff5
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
14 changes: 14 additions & 0 deletions .changes/1.12.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2021-11-16",
"version": "1.12.0",
"entries": [
{
"type": "Feature",
"description": "Add support for CloudWatch output config in SSM RunCommand task"
},
{
"type": "Feature",
"description": "Lambda create and update tasks utilize Lambda function states to signal completion"
}
]
}

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.12.0 2021-11-16

- **Feature** Add support for CloudWatch output config in SSM RunCommand task
- **Feature** Lambda create and update tasks utilize Lambda function states to signal completion

## 1.11.0 2021-06-02

- **Feature** Detect more MIME types for S3 uploads
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-vsts-tools",
"version": "1.11.0",
"version": "1.12.0",
"description": "AWS Tools for Azure DevOps",
"private": true,
"main": "build/tasks",
Expand Down

0 comments on commit df47ff5

Please sign in to comment.