Parcourir la source

Preps v4.4.1

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

+ 4
- 0
CHANGELOG.md Voir le fichier

@ -4,6 +4,10 @@ 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/).
## [4.4.1] - 2017-08-23
## Fixed
- Fixes [#114](https://github.com/eamodio/vscode-gitlens/issues/114) - Stylus files makes code lens freak out
## [4.4.0] - 2017-08-18
## Added
- Adds a progress indicator to the `Toggle File Blame Annotations` command (`gitlens.toggleFileBlame`) icon -- pulses while annotations are computed

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

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

+ 1
- 1
package.json Voir le fichier

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

Chargement…
Annuler
Enregistrer