Skip to content

Commit 176bcc0

Browse files
chore(release): 2.3.1
1 parent ba4c50f commit 176bcc0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
### [2.3.1](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.3.0...v2.3.1) (2025-03-17)
6+
7+
8+
### Bug Fixes
9+
10+
* propagate run-task-arn to outputs ([#740](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/issues/740)) ([ba4c50f](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/ba4c50ff72022c29eca99b2b348bca524e6c1b0f))
11+
* set propagateTags to null if unset ([6d07985](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/commit/6d079859a0107705ccbf1ede83cc3516807b1ecb))
12+
513
## [2.3.0](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/compare/v2.2.0...v2.3.0) (2025-01-30)
614

715

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": "2.3.0",
3+
"version": "2.3.1",
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)