From e1349bb1c6ed177dd2191007cfb4bdeae2b1c187 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 26 Mar 2017 14:18:49 -0400 Subject: [PATCH] Preps v3.0.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f691f..e3d42b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 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 an update notification for feature releases - Adds `Show Branch History` command (`gitlens.showQuickBranchHistory`) to show the history of the selected branch diff --git a/package.json b/package.json index ba5250c..a702bf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.13.0", + "version": "3.0.0", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"