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"