From ca6fa39b905ffe7d9587999f6369ff900d798320 Mon Sep 17 00:00:00 2001 From: Jason Walton Date: Thu, 19 Aug 2021 13:02:31 -0400 Subject: [PATCH] 1.2.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index e16bb4b..31c4c41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gh-find-current-pr", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ff16cff..2bff9b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-find-current-pr", - "version": "1.1.0", + "version": "1.2.0", "description": "GitHub Action for finding the Pull Request (PR) associated with the current SHA.", "main": "main.js", "scripts": {