From 44b066dc625f619c4af1df5b982a845190c77353 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 10 Jul 2019 12:55:58 -0400 Subject: [PATCH] Preps v9.8.4 --- CHANGELOG.md | 2 +- package-lock.json | 8 ++++---- package.json | 4 ++-- src/webviews/apps/welcome/index.html | 23 +++++++++++++++++++++++ 4 files changed, 30 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d3c20..29a8667 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] +## [9.8.4] - 2019-07-10 ### Added diff --git a/package-lock.json b/package-lock.json index 5bcb823..2f5927e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "9.8.2", + "version": "9.8.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5922,9 +5922,9 @@ "dev": true }, "lodash-es": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.11.tgz", - "integrity": "sha512-DHb1ub+rMjjrxqlB3H56/6MXtm1lSksDp2rA2cNWjG8mlDUYFhUj3Di2Zn5IwSU87xLv8tNIQ7sSwE/YOX/D/Q==" + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.14.tgz", + "integrity": "sha512-7zchRrGa8UZXjD/4ivUWP1867jDkhzTG2c/uj739utSd7O/pFFdxspCemIFKEEjErbcqRzn8nKnGsi7mvTgRPA==" }, "lodash.map": { "version": "4.6.0", diff --git a/package.json b/package.json index 6b80d33..5b7abb4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitlens", "displayName": "GitLens — Git supercharged", "description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more", - "version": "9.8.3", + "version": "9.8.4", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com" @@ -5323,7 +5323,7 @@ "dependencies": { "dayjs": "1.8.15", "iconv-lite": "0.5.0", - "lodash-es": "4.17.11", + "lodash-es": "4.17.14", "vsls": "0.3.1291" }, "devDependencies": { diff --git a/src/webviews/apps/welcome/index.html b/src/webviews/apps/welcome/index.html index f813a1a..3b14f70 100644 --- a/src/webviews/apps/welcome/index.html +++ b/src/webviews/apps/welcome/index.html @@ -130,6 +130,29 @@