From 9149ade017c57f86dea2f76a01f8b2d5bd06b10f Mon Sep 17 00:00:00 2001 From: Release Automation Date: Thu, 4 Aug 2022 23:46:53 +0000 Subject: [PATCH] chore(release): 1.5.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c290191b..472b83a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/aws-actions/amazon-ecr-login/compare/v1.5.0...v1.5.1) (2022-08-04) + + +### Bug Fixes + +* reverted change that masked Docker credentials ([7d073b6](https://github.com/aws-actions/amazon-ecr-login/commit/7d073b66cc2799eb766b698980d716db7e62a8b7)) + ## [1.5.0](https://github.com/aws-actions/amazon-ecr-login/compare/v1.4.0...v1.5.0) (2022-06-27) diff --git a/package-lock.json b/package-lock.json index 86f85b6f..e6242bcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-actions-amazon-ecr-login", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "@actions/core": "^1.9.0", diff --git a/package.json b/package.json index bd5854bb..d0c55d44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.5.0", + "version": "1.5.1", "description": "Logs in the local Docker client to the AWS account's ECR registry", "main": "index.js", "scripts": {