浏览代码

Preps v2.5.4

main
Eric Amodio 7 年前
父节点
当前提交
7bdeae8d83
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. +3
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 3
- 0
CHANGELOG.md 查看文件

@ -1,5 +1,8 @@
## Release Notes
### 2.5.4
- Fixes extra spacing in annotations
### 2.5.3
- Fixes [#27](https://github.com/eamodio/vscode-gitlens/issues/27) - Annotations are broken in vscode insider build

+ 1
- 1
package.json 查看文件

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

正在加载...
取消
保存