From 4360c86197728430759ef1d7851ca0edfbd52110 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 12 Oct 2017 12:55:22 -0400 Subject: [PATCH] Preps v5.6.3 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fe636..2fa7f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [5.6.3] - 2017-10-12 ### Changed - Swaps out Moment.js for date-fns to improve blame annotation performance and to reduce the GitLen bundle size (saves ~400kb) diff --git a/package-lock.json b/package-lock.json index f1d937e..ca13649 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "5.6.2", + "version": "5.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2635131..e35d77a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "5.6.2", + "version": "5.6.3", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"