Skip to content

Commit

Permalink
Update the package
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed May 21, 2018
2 parents 626c255 + b2a994d commit 3e8ccff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@

## Master

# 3.7.13

* Updates type declarations to use top-level exports instead of a module augmentation - [@DanielRosenwasser][]
* Bug fixes for `danger.github.utils.createUpdatedIssueWithID` - [@orta][]

# 3.7.2-11
# 3.7.2-12

* Improved debugging when using the GitHub OctoKit - [@orta][]
* Added `danger.github.utils.createUpdatedIssueWithID` which can be used to have danger continually update a single
Expand Down Expand Up @@ -1147,3 +1150,4 @@ Not usable for others, only stubs of classes etc. - [@orta][]
[@happylinks]: https://github.com/happylinks
[@fwal]: https://github.com/fwal
[@codestergit]: https://github.com/codestergit
[@danielrosenwasser]: https://github.com/DanielRosenwasser
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": "3.7.11",
"version": "3.7.13",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"typings": "distribution/danger.d.ts",
Expand Down

0 comments on commit 3e8ccff

Please sign in to comment.