Skip to content

Commit 8229049

Browse files
chore(release): 1.6.0
1 parent 3f1b093 commit 8229049

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.6.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.5.0...v1.6.0) (2024-07-18)
6+
7+
8+
### Features
9+
10+
* Force release version upgrade to 1.6 ([3f1b093](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/3f1b09388f6d7fac25601cf8ce7859d55cd3b242))
11+
12+
13+
### Bug Fixes
14+
15+
* pass maxWaitTime in seconds ([b5c6c3f](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/b5c6c3fcbdf37b6f40a448364f91bfa3f824e3d0))
16+
* waiter options ([a15de3c](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/a15de3cf6c410374c35333dbbf96b183206ac0b7))
17+
518
## [1.5.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v1.4.11...v1.5.0) (2024-05-07)
619

720

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-actions-amazon-ecs-deploy-task-definition",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Registers an Amazon ECS task definition and deploys it to an ECS service.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)