Skip to content

Commit

Permalink
Merge pull request #86 from danger/v075
Browse files Browse the repository at this point in the history
Use 0.8.0 instead
  • Loading branch information
orta authored Jan 6, 2017
2 parents 3f521f7 + 9232814 commit 1eac36f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

// Add your own contribution below

### 0.7.5
### 0.8.0

* 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
* Handle removing all sorts of import types for Danger in the Dangerfile - orta

### 0.7.3-4
### 0.7.3-4-5

* A failing network request will raise an error - orta
* Fix Dangerfile parsing which broke due to Peril related changes - orta
* Tweak the npmignore, ship less random stuff to others - orta

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.5",
"version": "0.8.0",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"typings": "distribution/danger.d.ts",
Expand Down

0 comments on commit 1eac36f

Please sign in to comment.