From 4c4926c8b5a61e0f7a08a0899f50d209b0822551 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 29 Aug 2017 22:48:59 -0400 Subject: [PATCH] Preps v4.4.2 --- 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 0b0b3f6..5dbfb53 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.2] - 2017-08-29 +## Fixed +- Fixes [#135](https://github.com/eamodio/vscode-gitlens/issues/135) - Full-width characters break gutter annotations + ## [4.4.1] - 2017-08-23 ## Fixed - Fixes [#114](https://github.com/eamodio/vscode-gitlens/issues/114) - Stylus files makes code lens freak out diff --git a/package-lock.json b/package-lock.json index 1ca16aa..97e32ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "4.4.1", + "version": "4.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 985b6d4..fcde1a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "4.4.1", + "version": "4.4.2", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"