From 4db2b116c21ee3dced927eb990a1f8cd9d609b26 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 23 Aug 2017 21:01:16 -0400 Subject: [PATCH] Preps v4.4.1 --- 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 d60f64a..0b0b3f6 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.1] - 2017-08-23 +## Fixed +- Fixes [#114](https://github.com/eamodio/vscode-gitlens/issues/114) - Stylus files makes code lens freak out + ## [4.4.0] - 2017-08-18 ## Added - Adds a progress indicator to the `Toggle File Blame Annotations` command (`gitlens.toggleFileBlame`) icon -- pulses while annotations are computed diff --git a/package-lock.json b/package-lock.json index a389a9a..1ca16aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "4.3.3", + "version": "4.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58bdbe6..985b6d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "4.4.0", + "version": "4.4.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"