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<string>
   }
+  api: GitLabAPI
 }
 
 // ---