From 2fc7aceee09e9e4a7105c0d060c656fad0b4f63d Mon Sep 17 00:00:00 2001 From: Release Automation Date: Wed, 9 Aug 2023 18:14:44 +0000 Subject: [PATCH] chore(release): 1.7.0 --- 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 65587f7b..a5bb3e30 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.7.0](https://github.com/aws-actions/amazon-ecr-login/compare/v1.6.2...v1.7.0) (2023-08-09) + + +### Features + +* provide input to optionally mask output docker password ([#491](https://github.com/aws-actions/amazon-ecr-login/issues/491)) ([98f33d2](https://github.com/aws-actions/amazon-ecr-login/commit/98f33d2eaf29c215bd8a595c94896c64d126dbb7)) + ### [1.6.2](https://github.com/aws-actions/amazon-ecr-login/compare/v1.6.1...v1.6.2) (2023-06-26) diff --git a/package-lock.json b/package-lock.json index 19d4b96c..bef47916 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.6.2", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-actions-amazon-ecr-login", - "version": "1.6.2", + "version": "1.7.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 0551b880..6ff5e646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.6.2", + "version": "1.7.0", "description": "Logs in the local Docker client to the AWS account's ECR registry", "main": "index.js", "scripts": {