From bc2f1b192a437531b7d58c94a42d7aa561268931 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 30 Aug 2017 12:19:57 -0400 Subject: [PATCH] Preps v4.4.3 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbfb53..f3a56bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.4.3] - 2017-08-30 +## Fixed +- Fixes [#135](https://github.com/eamodio/vscode-gitlens/issues/135) - Full-width characters break gutter annotations (really this time) + ## [4.4.2] - 2017-08-29 ## Fixed - Fixes [#135](https://github.com/eamodio/vscode-gitlens/issues/135) - Full-width characters break gutter annotations diff --git a/package-lock.json b/package-lock.json index 97e32ae..e8637ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "4.4.2", + "version": "4.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fcde1a3..ebc72ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "4.4.2", + "version": "4.4.3", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"