Eric Amodio 7 роки тому
джерело
коміт
4c4926c8b5
3 змінених файлів з 6 додано та 2 видалено
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      package-lock.json
  3. +1
    -1
      package.json

+ 4
- 0
CHANGELOG.md Переглянути файл

@ -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.2] - 2017-08-29
## Fixed
- Fixes [#135](https://github.com/eamodio/vscode-gitlens/issues/135) - Full-width characters break gutter annotations
## [4.4.1] - 2017-08-23
## Fixed
- Fixes [#114](https://github.com/eamodio/vscode-gitlens/issues/114) - Stylus files makes code lens freak out

+ 1
- 1
package-lock.json Переглянути файл

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

+ 1
- 1
package.json Переглянути файл

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

Завантаження…
Відмінити
Зберегти