From e407df249e6c155d03c0e4375f34bc2385f52d65 Mon Sep 17 00:00:00 2001 From: Release Automation Date: Tue, 20 Jun 2023 00:05:42 +0000 Subject: [PATCH] chore(release): 1.6.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef02918..8b9d028c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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-ecr-login/compare/v1.6.0...v1.6.1) (2023-06-20) + + +### Bug Fixes + +* build issue in release ([402e69a](https://github.com/aws-actions/amazon-ecr-login/commit/402e69a1186c3f46157ad2b0d1c7a21ad57aa8c4)) +* update deps ([1b9c8c1](https://github.com/aws-actions/amazon-ecr-login/commit/1b9c8c1c49085f7f594f36e141b0d308604fae9c)) + ## [1.6.0](https://github.com/aws-actions/amazon-ecr-login/compare/v1.5.3...v1.6.0) (2023-03-29) diff --git a/package-lock.json b/package-lock.json index f4e3d4d4..142e052a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-actions-amazon-ecr-login", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index a4396d1c..26447889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.6.0", + "version": "1.6.1", "description": "Logs in the local Docker client to the AWS account's ECR registry", "main": "index.js", "scripts": {