diff --git a/changelog.md b/changelog.md index 4437003a6..d8bd97cf3 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ### Master +### 0.21.0 + - Posts status reports for passing/failing builds, if the account for danger has access - orta - Adds prettier to the codebase - orta - Converts a bunch of Danger's dangerfile into a plugin - [danger-plugin-yarn](https://github.com/orta/danger-plugin-yarn) - orta diff --git a/package.json b/package.json index 5b1bd9e89..022e8f891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "danger", - "version": "0.20.0", + "version": "0.21.0", "description": "Unit tests for Team Culture", "main": "distribution/danger.js", "typings": "distribution/danger.d.ts",