From 7ca3ea6d4e7c1df589e81f63809b4faa47af2ac7 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 14 Apr 2021 13:46:38 -0400 Subject: [PATCH] Bumps to v11.4.1 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a53e6d5..a7fd934 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.4.1] - 2021-04-14 ### Added diff --git a/package.json b/package.json index ff98e5c..56d805e 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.4.0", + "version": "11.4.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"