Skip to content

Commit cafbd29

Browse files
committed
Preps v9.9.1
1 parent f0d4bb8 commit cafbd29

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [9.9.1] - 2019-07-23
88

99
### Fixed
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitlens",
33
"displayName": "GitLens — Git supercharged",
44
"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",
5-
"version": "9.9.0",
5+
"version": "9.9.1",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

src/webviews/apps/welcome/index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,23 @@ <h2 class="changelog__title">
130130

131131
<ul class="changelog__list">
132132
<li>
133+
<span class="changelog__badge changelog__badge--version">9.9.1</span>
134+
<span class="changelog__date">JULY &nbsp;2019</span>
135+
<div class="changelog__details"></div>
136+
</li>
137+
138+
<li>
139+
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
140+
<a
141+
title="Open Issue #797"
142+
href="https://github.com/eamodio/vscode-gitlens/issues/797"
143+
>#797</a
144+
>
145+
&mdash; Branch diff against master shows incorrect files in two-dot mode
146+
<div class="changelog__details changelog__details--list"></div>
147+
</li>
148+
149+
<li class="changelog__list-item--version">
133150
<span class="changelog__badge changelog__badge--version">9.9.0</span>
134151
<span class="changelog__date">JULY &nbsp;2019</span>
135152
<div class="changelog__details"></div>

0 commit comments

Comments
 (0)