Browse Source

Preps for v2.2.1

main
Eric Amodio 7 years ago
parent
commit
0147645dc9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 1
- 1
CHANGELOG.md View File

@ -1,6 +1,6 @@
## Release Notes
### 2.2.0
### 2.2.1
- Overhauls the `gitlens.showQuickRepoHistory`, `gitlens.showQuickFileHistory`, and `gitlens.showQuickCommitDetails` quickpick lists
- Adds `Show Repository History` command to `gitlens.showQuickFileHistory` quickpick list
- Adds `Show Previous Commits History` command to `gitlens.showQuickCommitDetails` quickpick list

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save