From 9beb3417589282ca230e84ebc3cb0dd12405f1b6 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 16 Dec 2018 14:23:32 -0500 Subject: [PATCH] Preps v9.2.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62ffde..e27f8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.2.1] - 2018-12-16 + +### Changed + +- Switches to use the new built-in clipboard apis — closes [#593](https://github.com/eamodio/vscode-gitlens/issues/593) +- Improves the error messaging when applying a stash, that won't apply cleanly, by including the git output in the message + +### Fixed + +- Fixes missing icon when using the `alt`-command of the _Toggle File Blame Annotations_ command + ## [9.2.0] - 2018-12-13 ### Added diff --git a/package.json b/package.json index 441bf23..a8d4342 100644 --- a/package.json +++ b/package.json @@ -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.2.0", + "version": "9.2.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"