From af5af767991eb56aab6a70306616dda0231c0a53 Mon Sep 17 00:00:00 2001 From: "optic-release-automation[bot]" <94357573+optic-release-automation[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 16:49:04 +0100 Subject: [PATCH] chore: release v1.3.10 (#390) 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 5c658a0f..7dd5626e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unbreakci", - "version": "1.3.9", + "version": "1.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unbreakci", - "version": "1.3.9", + "version": "1.3.10", "license": "ISC", "dependencies": { "@octokit/auth-app": "^6.0.0", diff --git a/package.json b/package.json index 6fd360db..fc2079aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unbreakci", - "version": "1.3.9", + "version": "1.3.10", "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",