Browse Source

Preps v2.5.6

main
Eric Amodio 7 years ago
parent
commit
7100c8f938
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 3
- 0
CHANGELOG.md View File

@ -1,5 +1,8 @@
## Release Notes
### 2.5.6
- Fixes [#32](https://github.com/eamodio/vscode-gitlens/issues/32) - 00000000 Uncommitted changes distracting
### 2.5.5
- Fixes [#25](https://github.com/eamodio/vscode-gitlens/issues/25) - Blame information isn't updated after git operations (commit, reset, etc)

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save