From ec919b7792ececbf1eb42fb7173dafc48a596f81 Mon Sep 17 00:00:00 2001 From: actions-bot <58130806+actions-bot@users.noreply.github.com> Date: Wed, 1 Feb 2023 09:18:35 +0900 Subject: [PATCH] build: update distribution (#1563) Co-authored-by: actions-bot --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index a27ff43..0310109 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5121,7 +5121,7 @@ var request = __nccwpck_require__(6234); var graphql = __nccwpck_require__(8467); var authToken = __nccwpck_require__(334); -const VERSION = "4.1.0"; +const VERSION = "4.2.0"; class Octokit { constructor(options = {}) { @@ -6912,7 +6912,7 @@ const Endpoints = { } }; -const VERSION = "6.7.0"; +const VERSION = "6.8.1"; function endpointsToMethods(octokit, endpointsMap) { const newMethods = {};