Eric Amodio před 7 roky
rodič
revize
fbf7895c0d
3 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. +2
    -0
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 2
- 0
CHANGELOG.md Zobrazit soubor

@ -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.4.1] - 2017-10-03
### Changed
- Changes annotation hovers to only add `Open in Remote` and `Show Commit Details` commands when applicable -- thanks to [PR #158](https://github.com/eamodio/vscode-gitlens/pull/158) by SpaceEEC ([@SpaceEEC](https://github.com/SpaceEEC))!

+ 1
- 1
package-lock.json Zobrazit soubor

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

+ 1
- 1
package.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit