소스 검색

Preps v4.4.3

main
Eric Amodio 7 년 전
부모
커밋
bc2f1b192a
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.3] - 2017-08-30
## Fixed
- Fixes [#135](https://github.com/eamodio/vscode-gitlens/issues/135) - Full-width characters break gutter annotations (really this time)
## [4.4.2] - 2017-08-29
## Fixed
- Fixes [#135](https://github.com/eamodio/vscode-gitlens/issues/135) - Full-width characters break gutter annotations

+ 1
- 1
package-lock.json 파일 보기

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

+ 1
- 1
package.json 파일 보기

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

불러오는 중...
취소
저장