From 7bdeae8d837e65538cde93a7cc0f8c4090fe7539 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 20 Feb 2017 13:35:15 -0500 Subject: [PATCH] Preps v2.5.4 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 978cb48..a6c6a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 2.5.4 + - Fixes extra spacing in annotations + ### 2.5.3 - Fixes [#27](https://github.com/eamodio/vscode-gitlens/issues/27) - Annotations are broken in vscode insider build diff --git a/package.json b/package.json index c32ba53..1b0f0e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.5.3", + "version": "2.5.4", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"