Skip to content

Commit ac9e05e

Browse files
committed
Preps v9.8.1
1 parent 1392fc2 commit ac9e05e

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## [9.8.1] - 2019-05-23
8+
9+
## Fixed
10+
11+
- Fixes a regression where the _Copy Remote Url to Clipboard_ command fails to include the selected line range
12+
713
## [9.8.0] - 2019-05-22
814

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

29072913
- Initial release but still heavily a work in progress.
29082914

2915+
[9.8.1]: https://github.com/eamodio/vscode-gitlens/compare/v9.8.0...eamodio:v9.8.1
29092916
[9.8.0]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.4...eamodio:v9.8.0
29102917
[9.7.4]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.3...eamodio:v9.7.4
29112918
[9.7.3]: https://github.com/eamodio/vscode-gitlens/compare/v9.7.2...eamodio:v9.7.3

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.8.0",
5+
"version": "9.8.1",
66
"author": {
77
"name": "Eric Amodio",
88
"email": "[email protected]"

src/webviews/apps/welcome/index.html

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

131131
<ul class="changelog__list">
132132
<li>
133+
<span class="changelog__badge changelog__badge--version">9.8.1</span>
134+
<span class="changelog__date">MAY &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 a
140+
regression where the <i>Copy Remote Url to Clipboard</i> command fails to include
141+
the selected line range
142+
<div class="changelog__details changelog__details--list"></div>
143+
</li>
144+
145+
<li class="changelog__list-item--version">
133146
<span class="changelog__badge changelog__badge--version">9.8</span>
134147
<span class="changelog__date">MAY &nbsp;2019</span>
135148
<div class="changelog__details"></div>

0 commit comments

Comments
 (0)