From 1b484af7b66f1147e1212433576bf7d76a2e320b Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 8 Oct 2021 04:05:30 -0400 Subject: [PATCH] Bumps to v11.6.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 180cc85..aa2faef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## [11.6.1] - 2021-10-08 + +### Changed + +- GitLens joins forces with GitKraken! — [Learn more](https://www.gitkraken.com/blog/gitkraken-acquires-gitlens-for-visual-studio-code) + ## [11.6.0] - 2021-07-13 ### Added diff --git a/package.json b/package.json index 341cac7..520e371 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.6.0", + "version": "11.6.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"