Skip to content

Commit 9beb341

Browse files
committed
Preps v9.2.1
1 parent b79d388 commit 9beb341

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.2.1] - 2018-12-16
8+
9+
### Changed
10+
11+
- Switches to use the new built-in clipboard apis — closes [#593](https://github.com/eamodio/vscode-gitlens/issues/593)
12+
- Improves the error messaging when applying a stash, that won't apply cleanly, by including the git output in the message
13+
14+
### Fixed
15+
16+
- Fixes missing icon when using the `alt`-command of the _Toggle File Blame Annotations_ command
17+
718
## [9.2.0] - 2018-12-13
819

920
### Added

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

0 commit comments

Comments
 (0)