Skip to content

Commit

Permalink
CHANGELOG + version
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Sep 13, 2018
1 parent b2366f8 commit aa11035
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@

## Master

# 4.0.0

- Updates Danger's runtime to work with Babel 7 - [@adamnoakes][]

**Breaking:** 3.9.0 was the last version to support inline transpilation via Babel 6. Danger doesn't specify babel in
its dependencies, so this warning won't show anywhere else.

# 3.9.0

- Adds CI integration for Concourse - [@cwright017][]

# 3.8.9
Expand Down Expand Up @@ -1226,3 +1235,4 @@ Not usable for others, only stubs of classes etc. - [@orta][]
[@danielrosenwasser]: https://github.com/DanielRosenwasser
[@joshacheson]: https://github.com/joshacheson
[@cwright017]: https://github.com/Cwright017
[@adamnoakes]: https://github.com/adamnoakes
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.9.0",
"version": "4.0.0",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"typings": "distribution/danger.d.ts",
Expand Down

0 comments on commit aa11035

Please sign in to comment.