Skip to content

Commit

Permalink
Release 10.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 29, 2021
1 parent 53e61cd commit 688bbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions source/danger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,7 @@ interface GitLabDSL extends GitLabJSONDSL {
utils: {
fileContents(path: string, repoSlug?: string, ref?: string): Promise<string>
}
api: GitLabAPI
}

// ---
Expand Down

0 comments on commit 688bbc1

Please sign in to comment.