From e6fe15594a1f4a53b9c990f5805833cbfc8d130a Mon Sep 17 00:00:00 2001 From: Release Automation Date: Tue, 1 Oct 2024 17:50:10 +0000 Subject: [PATCH] chore(release): 1.5.2 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d8271d..95143e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [1.5.2](https://github.com/aws-actions/amazon-ecs-render-task-definition/compare/v1.5.1...v1.5.2) (2024-10-01) + ### [1.5.1](https://github.com/aws-actions/amazon-ecs-render-task-definition/compare/v1.5.0...v1.5.1) (2024-08-28) diff --git a/package-lock.json b/package-lock.json index 62008187..e4b5e709 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecs-render-task-definition", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index cd0cbf30..b5951082 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecs-render-task-definition", - "version": "1.5.1", + "version": "1.5.2", "description": "Render Amazon ECS task definition file", "main": "index.js", "scripts": {