Browse Source

Preps v3.0.0

main
Eric Amodio 7 years ago
parent
commit
e1349bb1c6
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 ## Release Notes
### 2.13.0
### 3.0.0
- Adds experimental support for `Open in GitHub` to the relevant quick picks -- need to enable it via `"gitlens.insiders": true` - Adds experimental support for `Open in GitHub` to the relevant quick picks -- need to enable it via `"gitlens.insiders": true`
- Adds an update notification for feature releases - Adds an update notification for feature releases
- Adds `Show Branch History` command (`gitlens.showQuickBranchHistory`) to show the history of the selected branch - Adds `Show Branch History` command (`gitlens.showQuickBranchHistory`) to show the history of the selected branch

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save