From 1267c6ff888c4fbc9375ea7ac6159e87bb5f3854 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 2 Feb 2021 20:16:14 -0500 Subject: [PATCH] Bumps to v11.2.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f53ff4..9c4f396 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] +## [11.2.1] - 2021-02-02 ### Changed diff --git a/package.json b/package.json index dc5e66e..a697241 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": "11.2.0", + "version": "11.2.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"