Skip to content

Commit

Permalink
Update CHANGELOG/package
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 3, 2017
1 parent e9c57e5 commit d9342d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
// Please add your own contribution below inside the Master section, ideally with a consumer's perspective in mind.
// Please add your own contribution below inside the Master section
// These docs are aimed at users rather than danger developers, so please limit technical
// terminology to in here.

### Master

// I'm adding it without a version number since I don't know what version it'll be if/when this is merged <_<

- Improve CircleCI PR detection
### 2.0.0-alpha.18

- Moves internal methods away from Sync to avoid problems when running in Peril - ashfurrow
- Passes through non-zero exit codes from `danger process` runs - ashfurrow

### 2.0.0-alpha.17


- Improve CircleCI PR detection

### 2.0.0-alpha.16

Some UX fixes:
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": "2.0.0-alpha.16",
"version": "2.0.0-alpha.18",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"typings": "distribution/danger.d.ts",
Expand Down

0 comments on commit d9342d3

Please sign in to comment.