ソースを参照

Preps v4.4.2

main
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"

読み込み中…
キャンセル
保存