From 7091be23732fda07bca0862f7962aaa7e83b368f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 00:12:35 +0000 Subject: [PATCH] v2.2.0 Release notes: https://github.com/dependabot/fetch-metadata/releases/tag/v2.2.0 --- 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 775f9797..3703484c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dependabot-pull-request-action", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dependabot-pull-request-action", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index f5b3c7b6..6652cd15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dependabot-pull-request-action", - "version": "2.1.0", + "version": "2.2.0", "description": "Parse Dependabot commit metadata to automate PR handling", "main": "dist/index.js", "scripts": {