From 28a846a1194a2665a2eea75dd4556c91e43af857 Mon Sep 17 00:00:00 2001 From: Barry Gordon <896971+brrygrdn@users.noreply.github.com> Date: Mon, 22 May 2023 17:27:18 +0100 Subject: [PATCH] v1.5.0 (#372) Release notes: https://github.com/dependabot/fetch-metadata/releases/tag/v1.5.0 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 fedcad6a..aac0c345 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dependabot-pull-request-action", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dependabot-pull-request-action", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 461a5377..49b536fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependabot-pull-request-action", - "version": "1.4.0", + "version": "1.5.0", "description": "Parse Dependabot commit metadata to automate PR handling", "main": "dist/index.js", "scripts": {