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

+ 1
- 1
CHANGELOG.md Zobrazit soubor

@ -4,7 +4,7 @@ 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]
## [6.2.0] - 2017-11-27
### Added
- Adds theming support - vscode themes can now specify GitLens colors as well as directly by using [`workbench.colorCustomization`](https://code.visualstudio.com/docs/getstarted/themes#_customize-a-color-theme))
- Adds `gitlens.gutterBackgroundColor` themable color

+ 1
- 1
package-lock.json Zobrazit soubor

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

+ 1
- 1
package.json Zobrazit soubor

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

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