From 6cfd9fdedd7c6ec3bfa732af7c418bbbecdfba54 Mon Sep 17 00:00:00 2001 From: Eric Amodio <eamodio@gmail.com> Date: Wed, 10 Jun 2020 15:39:15 -0400 Subject: [PATCH] Preps v10.2.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d32a58..c2aff4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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/). +## [10.2.2] - 2020-06-10 + +### Added + +- Adds unique icons for each GitLens view to better support view moving in VS Code 1.46 + +### Fixed + +- Fixes an issue with some settings showing up with errors on the VS Code settings UI + ## [10.2.1] - 2020-02-10 ### Fixed diff --git a/package.json b/package.json index adaca4b..2509054 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": "10.2.1", + "version": "10.2.2", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"