Preps v3.0.1

This commit is contained in:
Eric Amodio
2017-03-27 02:30:17 -04:00
parent 4e67a84531
commit 29ef718f64
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
## Release Notes
### 3.0.1
- Adds basic telemetry -- honors the vscode telemetry configuration setting
### 3.0.0
- 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

View File

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