From 03d4cc4484b8c5f6c94de7ffa2a2b762f12e757e Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 30 Jan 2018 00:42:52 -0500 Subject: [PATCH] Preps v7.5.9 --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3851b8..4ef7610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## [Unreleased] +## [7.5.9] - 2018-01-30 ### Fixed - Fixes [#265](https://github.com/eamodio/vscode-gitlens/issues/265) - Delete line pushes screen to the right (even if word wrap is on) diff --git a/package-lock.json b/package-lock.json index 8385d2a..2d20e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "7.5.8", + "version": "7.5.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 72aafdb..5386e3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "7.5.8", + "version": "7.5.9", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"