From ea5c215d94addad060b44251b937e9212da34cd0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Oct 2022 04:08:16 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/jwalton/gh-find-current-pr/compare/v1.3.0...v1.3.1) (2022-10-13) ### Bug Fixes * Small fix for multiple PRs. ([176ed1b](https://github.com/jwalton/gh-find-current-pr/commit/176ed1bf7d341a4320a05162f5a3781473669a78)), closes [#18](https://github.com/jwalton/gh-find-current-pr/issues/18) * Upgrade to node 16, update deprecated dependencies. ([138dea2](https://github.com/jwalton/gh-find-current-pr/commit/138dea20abcc7ba14d4e60321e9da5a5b4b96518)), closes [#25](https://github.com/jwalton/gh-find-current-pr/issues/25) --- 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 ae103f5..d4f67a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gh-find-current-pr", - "version": "1.2.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gh-find-current-pr", - "version": "1.2.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 211a945..35f332b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-find-current-pr", - "version": "1.2.0", + "version": "1.3.1", "description": "GitHub Action for finding the Pull Request (PR) associated with the current SHA.", "main": "lib/main.js", "scripts": {