From 89ee5799558265a1e0e31fab792ebb4ee91c016b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jan 2024 01:03:53 +0000 Subject: [PATCH] chore(release): 1.3.3 [skip ci] ## [1.3.3](https://github.com/jwalton/gh-find-current-pr/compare/v1.3.2...v1.3.3) (2024-01-27) ### Bug Fixes * Upgrade to node 20 ([2f6a0c6](https://github.com/jwalton/gh-find-current-pr/commit/2f6a0c6ed5c54c19f04d8411e0723b3de68f464a)) --- 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 ce42ef4..b56b862 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gh-find-current-pr", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gh-find-current-pr", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index b219cba..48e508b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-find-current-pr", - "version": "1.3.2", + "version": "1.3.3", "description": "GitHub Action for finding the Pull Request (PR) associated with the current SHA.", "main": "lib/main.js", "scripts": {