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"