From 3d4e073ce6a6845ed27b30a0fe05b6e22c80ac6b Mon Sep 17 00:00:00 2001 From: Release Automation Date: Fri, 20 May 2022 20:29:27 +0000 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb606df1..cdfff07f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.4.0](https://github.com/aws-actions/amazon-ecr-login/compare/v1.3.3...v1.4.0) (2022-05-20) + + +### Features + +* output docker credentials after login ([57206dc](https://github.com/aws-actions/amazon-ecr-login/commit/57206dc28c379a6eebdce44c592109d2e97e031d)) +* support for username and password outputs ([d121236](https://github.com/aws-actions/amazon-ecr-login/commit/d121236bfd0a712a9f4bd93767d696874680bc95)) + + +### Bug Fixes + +* add-mask to login outputs ([45a78e2](https://github.com/aws-actions/amazon-ecr-login/commit/45a78e2dab5678b27e94cf31545c181e8ca9c044)) + ### [1.3.3](https://github.com/aws-actions/amazon-ecr-login/compare/v1.3.2...v1.3.3) (2021-02-15) ### [1.3.2](https://github.com/aws-actions/amazon-ecr-login/compare/v1.3.1...v1.3.2) (2021-02-01) diff --git a/package-lock.json b/package-lock.json index 3e101b04..a516365a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.3.3", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-actions-amazon-ecr-login", - "version": "1.3.3", + "version": "1.4.0", "license": "MIT", "dependencies": { "@actions/core": "^1.8.2", diff --git a/package.json b/package.json index bbf11a38..355b5e0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.3.3", + "version": "1.4.0", "description": "Logs in the local Docker client to the AWS account's ECR registry", "main": "index.js", "scripts": {