From 7ada613939e2a233c83a1320679446fa1c6bdcb9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Oct 2022 04:12:29 +0000 Subject: [PATCH] chore(release): 1.3.2 [skip ci] ## [1.3.2](https://github.com/jwalton/gh-find-current-pr/compare/v1.3.1...v1.3.2) (2022-10-13) ### Bug Fixes * Fix bumping v1. ([5cd7c58](https://github.com/jwalton/gh-find-current-pr/commit/5cd7c582125063ce624f0557f65161e0b2d66725)) --- 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 d4f67a7..50319fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gh-find-current-pr", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gh-find-current-pr", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 35f332b..6dfe93d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-find-current-pr", - "version": "1.3.1", + "version": "1.3.2", "description": "GitHub Action for finding the Pull Request (PR) associated with the current SHA.", "main": "lib/main.js", "scripts": {