Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 22, 2016
1 parent 0ba01b1 commit c0aa275
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

// Add your own contribution below

### 0.7.0


* You can build and run in vscode using your own custom `env/development.env` file. This is useful because you can use the debugger against a real PR. See `env/development.env.example` for syntax. - orta

* Uses `jest-transform` and `jest-runtime` to eval and apply babel transforms.
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.6.10",
"version": "0.7.0",
"description": "Unit tests for Team Culture",
"main": "distribution/danger.js",
"bin": {
Expand Down

0 comments on commit c0aa275

Please sign in to comment.