Skip to content

Commit

Permalink
Preps v9.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jul 23, 2019
1 parent f0d4bb8 commit cafbd29
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## [9.9.1] - 2019-07-23

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "9.9.0",
"version": "9.9.1",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
Expand Down
17 changes: 17 additions & 0 deletions src/webviews/apps/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,23 @@ <h2 class="changelog__title">

<ul class="changelog__list">
<li>
<span class="changelog__badge changelog__badge--version">9.9.1</span>
<span class="changelog__date">JULY &nbsp;2019</span>
<div class="changelog__details"></div>
</li>

<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes
<a
title="Open Issue #797"
href="https://github.com/eamodio/vscode-gitlens/issues/797"
>#797</a
>
&mdash; Branch diff against master shows incorrect files in two-dot mode
<div class="changelog__details changelog__details--list"></div>
</li>

<li class="changelog__list-item--version">
<span class="changelog__badge changelog__badge--version">9.9.0</span>
<span class="changelog__date">JULY &nbsp;2019</span>
<div class="changelog__details"></div>
Expand Down

0 comments on commit cafbd29

Please sign in to comment.