Skip to content

Commit

Permalink
Release 10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 4, 2021
1 parent fccf835 commit 6f2f0ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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.5.4",
"version": "10.6.0",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"typings": "distribution/danger.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion source/danger.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -973,8 +973,10 @@ interface GitDSL extends GitJSONDSL {

/**
* Offers the overall lines of code added/removed in the diff
*
* @param {string} pattern an option glob pattern to filer files that will considered for lines of code.
*/
linesOfCode(): Promise<number | null>
linesOfCode(pattern?: string): Promise<number | null>
}
// This is `danger.github` inside the JSON

Expand Down

0 comments on commit 6f2f0ce

Please sign in to comment.