Skip to content

Commit ca792af

Browse files
committed
Release 10.7.1
1 parent 2e2f5e2 commit ca792af

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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.7.0",
3+
"version": "10.7.1",
44
"description": "Unit tests for Team Culture",
55
"main": "distribution/danger.js",
66
"typings": "distribution/danger.d.ts",

source/danger.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1540,6 +1540,9 @@ interface GitLabMRBase {
15401540
}
15411541
/** Who was assigned as the person to review */
15421542
assignee?: GitLabUser
1543+
assignees: GitLabUser[]
1544+
/** Users who were added as reviewers to the MR */
1545+
reviewers: GitLabUser[]
15431546
source_project_id: number
15441547
target_project_id: number
15451548
labels: string[]

0 commit comments

Comments
 (0)