diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b27ba0..bc4f2c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3](https://github.com/aws-actions/amazon-ecr-login/compare/v1.5.2...v1.5.3) (2022-10-29) + ### [1.5.2](https://github.com/aws-actions/amazon-ecr-login/compare/v1.5.1...v1.5.2) (2022-10-18) ### [1.5.1](https://github.com/aws-actions/amazon-ecr-login/compare/v1.5.0...v1.5.1) (2022-08-04) diff --git a/package-lock.json b/package-lock.json index b0ce0b6b..ccef7d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-actions-amazon-ecr-login", - "version": "1.5.2", + "version": "1.5.3", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index b942da44..4ada5f80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "1.5.2", + "version": "1.5.3", "description": "Logs in the local Docker client to the AWS account's ECR registry", "main": "index.js", "scripts": {