Browse Source

Preps v3.0.1

main
Eric Amodio 8 years ago
parent
commit
29ef718f64
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
### 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

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save