From 062b18b96a7aff071d4dc91bc00c4c1a7945b076 Mon Sep 17 00:00:00 2001 From: Release Automation Date: Mon, 2 Oct 2023 21:09:47 +0000 Subject: [PATCH] chore(release): 2.0.1 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19cd5ea1..6b7d10b1 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. +### [2.0.1](https://github.com/aws-actions/amazon-ecr-login/compare/v2.0.0...v2.0.1) (2023-10-02) + ## [2.0.0](https://github.com/aws-actions/amazon-ecr-login/compare/v1.7.0...v2.0.0) (2023-10-02) diff --git a/package-lock.json b/package-lock.json index 1603d391..1e16fcf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-actions-amazon-ecr-login", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 00b6d9de..b0ac2d71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-actions-amazon-ecr-login", - "version": "2.0.0", + "version": "2.0.1", "description": "Logs in the local Docker client to the AWS account's ECR registry", "main": "index.js", "scripts": {