From 515f258da53586d850a5a0b1ec6a5b3c7c7efff3 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Tue, 17 Apr 2018 16:27:58 +0100 Subject: [PATCH] Prepre for release --- CHANGELOG.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5507767da..8cc5fd44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ ## Master -## 3.5.0 +## 3.5.0 - 3.5.1 * Fixed a bug where Danger posts empty main comment when it have one or more inline comments to post [@codestergit][] * fix bug when commiting .png files on BitBucket [@Mifi][] @@ -1051,4 +1051,3 @@ Not usable for others, only stubs of classes etc. - [@orta][] [@happylinks]: https://github.com/happylinks [@fwal]: https://github.com/fwal [@codestergit]: https://github.com/codestergit - diff --git a/package.json b/package.json index e54e2bd0f..749cf1b41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "danger", - "version": "3.5.0", + "version": "3.5.1", "description": "Unit tests for Team Culture", "main": "distribution/danger.js", "typings": "distribution/danger.d.ts",