From 9232814ec260c66c3fc9699edb94f81c64b6b66d Mon Sep 17 00:00:00 2001 From: orta Date: Fri, 6 Jan 2017 14:39:18 -0500 Subject: [PATCH] Use 0.8.0 instead --- changelog.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 84de1f51b..f4e9705d3 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package.json b/package.json index 8640bec92..8715c767a 100644 --- a/package.json +++ b/package.json @@ -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",