Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecr-cicd-bot committed May 20, 2022
1 parent 4716dfb commit 3d4e073
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 3d4e073

Please sign in to comment.