From 469db592f4341616e992bf7f231e19b3ab9b4efa Mon Sep 17 00:00:00 2001 From: Release Automation Date: Tue, 26 Nov 2024 15:21:53 +0000 Subject: [PATCH] chore(release): 1.6.1 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73d664b..883fe4f6 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.6.1](https://github.com/aws-actions/amazon-ecs-render-task-definition/compare/v1.6.0...v1.6.1) (2024-11-26) + ## [1.6.0](https://github.com/aws-actions/amazon-ecs-render-task-definition/compare/v1.5.2...v1.6.0) (2024-10-23) diff --git a/package-lock.json b/package-lock.json index c680626b..e9ffbae8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecs-render-task-definition", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 360a3438..a7c318c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecs-render-task-definition", - "version": "1.6.0", + "version": "1.6.1", "description": "Render Amazon ECS task definition file", "main": "index.js", "scripts": { @@ -37,4 +37,4 @@ "overrides": { "@smithy/smithy-client": "3.3.6" } -} \ No newline at end of file +}