From cd6e996708b8cfe0b639401134a3b9a3177be7b2 Mon Sep 17 00:00:00 2001 From: "fetch-metadata-action-automation[bot]" <133819604+fetch-metadata-action-automation[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 18:16:23 -0700 Subject: [PATCH] v1.5.1 (#384) Release notes: https://github.com/dependabot/fetch-metadata/releases/tag/v1.5.1 Patch release incorporating the bugfix in #380 and a few internal-infra-facing PR's. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a6bd0bd..c82edb26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dependabot-pull-request-action", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dependabot-pull-request-action", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index a8b3a4e5..a1358561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependabot-pull-request-action", - "version": "1.5.0", + "version": "1.5.1", "description": "Parse Dependabot commit metadata to automate PR handling", "main": "dist/index.js", "scripts": {