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"