Skip to content

Commit 688bbc1

Browse files
committed
Release 10.6.5
1 parent 53e61cd commit 688bbc1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "danger",
3-
"version": "10.6.4",
3+
"version": "10.6.5",
44
"description": "Unit tests for Team Culture",
55
"main": "distribution/danger.js",
66
"typings": "distribution/danger.d.ts",

source/danger.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,7 @@ interface GitLabDSL extends GitLabJSONDSL {
14551455
utils: {
14561456
fileContents(path: string, repoSlug?: string, ref?: string): Promise<string>
14571457
}
1458+
api: GitLabAPI
14581459
}
14591460

14601461
// ---

0 commit comments

Comments
 (0)