Skip to content

Commit

Permalink
Preps v9.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed May 23, 2019
1 parent 1392fc2 commit ac9e05e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## [9.8.1] - 2019-05-23

## Fixed

- Fixes a regression where the _Copy Remote Url to Clipboard_ command fails to include the selected line range

## [9.8.0] - 2019-05-22

## Added
Expand Down Expand Up @@ -2906,6 +2912,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Initial release but still heavily a work in progress.

[9.8.1]: https://github.com/eamodio/vscode-gitlens/compare/v9.8.0...eamodio:v9.8.1
[9.8.0]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.4...eamodio:v9.8.0
[9.7.4]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.3...eamodio:v9.7.4
[9.7.3]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.2...eamodio:v9.7.3
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.8.0",
"version": "9.8.1",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"
Expand Down
13 changes: 13 additions & 0 deletions src/webviews/apps/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,19 @@ <h2 class="changelog__title">

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

<li>
<span class="changelog__badge changelog__badge--fixed">FIXED</span>Fixes a
regression where the <i>Copy Remote Url to Clipboard</i> command fails to include
the selected line range
<div class="changelog__details changelog__details--list"></div>
</li>

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

0 comments on commit ac9e05e

Please sign in to comment.