From 160589635a9032eb891c7014d15e02681adf07d0 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 18 Nov 2024 17:29:21 -0700 Subject: [PATCH] Bumps to v16.0.2 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0c55a8139d9..50248eb5e42e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [16.0.2] - 2024-11-18 + +### Changed + +- Changes to expand the _GitLens_ view after upgrading (one time) + ## [16.0.1] - 2024-11-15 ### Changed @@ -5767,7 +5773,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Initial release but still heavily a work in progress. -[unreleased]: /~https://github.com/gitkraken/vscode-gitlens/compare/v16.0.1...HEAD +[unreleased]: /~https://github.com/gitkraken/vscode-gitlens/compare/v16.0.2...HEAD +[16.0.2]: /~https://github.com/gitkraken/vscode-gitlens/compare/v16.0.1...gitkraken:v16.0.2 [16.0.1]: /~https://github.com/gitkraken/vscode-gitlens/compare/v16.0.0...gitkraken:v16.0.1 [16.0.0]: /~https://github.com/gitkraken/vscode-gitlens/compare/v15.6.3...gitkraken:v16.0.0 [15.6.3]: /~https://github.com/gitkraken/vscode-gitlens/compare/v15.6.2...gitkraken:v15.6.3 diff --git a/package.json b/package.json index 2c3943227d12d..6885b96ebd3c7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitlens", "displayName": "GitLens — Git supercharged", "description": "Supercharge Git within VS Code — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more", - "version": "16.0.1", + "version": "16.0.2", "engines": { "vscode": "^1.82.0" },