Browse Source

Preps v2.5.2

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

+ 4
- 0
CHANGELOG.md View File

@ -1,5 +1,9 @@
## Release Notes
### 2.5.2
- Adds `Open File` command to `gitlens.showQuickCommitDetails` quick pick list
- Adds `Open Files` command to `gitlens.showQuickCommitDetails` quick pick list
### 2.5.1
- Adds `gitlens.copyMessageToClipboard` command to copy commit message to the clipboard
- Adds `gitlens.copyMessageToClipboard` to the editor content menu

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save