From 688bbc1d99732722c915f9d6339c60a8015ddb7a Mon Sep 17 00:00:00 2001 From: Orta Date: Tue, 29 Jun 2021 12:32:00 +0100 Subject: [PATCH] Release 10.6.5 --- package.json | 2 +- source/danger.d.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 670c2f218..30efdddce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "danger", - "version": "10.6.4", + "version": "10.6.5", "description": "Unit tests for Team Culture", "main": "distribution/danger.js", "typings": "distribution/danger.d.ts", diff --git a/source/danger.d.ts b/source/danger.d.ts index b3e321a09..6672d2bca 100644 --- a/source/danger.d.ts +++ b/source/danger.d.ts @@ -1455,6 +1455,7 @@ interface GitLabDSL extends GitLabJSONDSL { utils: { fileContents(path: string, repoSlug?: string, ref?: string): Promise } + api: GitLabAPI } // ---