Explorar el Código

Preps v5.7.1

main
Eric Amodio hace 7 años
padre
commit
a7a45248bb
Se han modificado 3 ficheros con 6 adiciones y 2 borrados
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 4
- 0
CHANGELOG.md Ver fichero

@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
## [5.7.1] - 2017-10-19
### Fixed
- Fixes [#174](https://github.com/eamodio/vscode-gitlens/issues/174) - File Blame Annotations No Longer Working (and some other editor-based commands)
## [5.7.0] - 2017-10-19
### Added
- Adds `Open All Changes (with difftool)` command (`gitlens.externalDiffAll`) - opens all working changes with the configured git difftool -- closes [#164](https://github.com/eamodio/vscode-gitlens/issues/164)

+ 1
- 1
package-lock.json Ver fichero

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

+ 1
- 1
package.json Ver fichero

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

Cargando…
Cancelar
Guardar