From c315f62860c02fa69549bd982bb8c811d814820a Mon Sep 17 00:00:00 2001 From: "optic-release-automation[bot]" <94357573+optic-release-automation[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:57:54 +0100 Subject: [PATCH] chore: release v1.3.12 (#405) Co-authored-by: williamlines --- 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 16171365..08c8169c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unbreakci", - "version": "1.3.11", + "version": "1.3.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unbreakci", - "version": "1.3.11", + "version": "1.3.12", "license": "ISC", "dependencies": { "@octokit/auth-app": "^6.0.1", diff --git a/package.json b/package.json index f8c759e2..5bc02a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbreakci", - "version": "1.3.11", + "version": "1.3.12", "description": "A GitHub app to automatically add broken dependabot bumps to the project board, therefore allowing us to unbreak the CI.", "main": "index.js", "type": "module",