Parcourir la source

Preps v5.6.0

main
Eric Amodio il y a 7 ans
Parent
révision
06756b3de1
3 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +2
    -0
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 2
- 0
CHANGELOG.md Voir le fichier

@ -5,6 +5,8 @@ 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]
## [5.6.0] - 2017-10-11
### Added
- Adds `changes` (diff) hover annotation support to both the `gutter` and `hover` file blame annotations
- Adds `gitlens.annotations.file.gutter.hover.changes` setting to specify whether or not to provide a changes (diff) hover annotation over the gutter blame annotations

+ 1
- 1
package-lock.json Voir le fichier

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "5.5.0",
"version": "5.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

+ 1
- 1
package.json Voir le fichier

@ -1,6 +1,6 @@
{
"name": "gitlens",
"version": "5.5.0",
"version": "5.6.0",
"author": {
"name": "Eric Amodio",
"email": "eamodio@gmail.com"

Chargement…
Annuler
Enregistrer