Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 6, 2017
1 parent f4febbf commit d67ce60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
### master

// Add your own contribution below
* Support `danger run -ci` to specify external CI provider -kwonoj

### 0.7.5

* Support `danger run -ci` to specify external CI provider - kwonoj
* Adds `--verbose` to `danger`, which for now will echo out all the URLs Danger has requested - orta
* A failing network request will raise an error - orta
* Migrate codebase into TypeScript from flow - kwonoj
Expand Down
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": "0.7.4",
"version": "0.7.5",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"typings": "distribution/danger.d.ts",
Expand Down

0 comments on commit d67ce60

Please sign in to comment.