From 30e1d290e8f337d56596a030ff097eeabdd98eb7 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 18 Nov 2019 01:44:16 -0500 Subject: [PATCH] Preps v10.2.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd8e43..26bd41c 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] +## [10.2.0] - 2019-11-18 ### Added diff --git a/package.json b/package.json index 2d1fce1..5f328b3 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.1.3-alpha", + "version": "10.2.0", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"