diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db7d38..9dfbecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 3.4.8 +- Changes display name in the marketplace to `Git Lens` because of the marketplace search ranking algorithm + ### 3.4.6 - Adds better support for deleted files when choosing `Open File` via in quick pick menus - now opens the file revision from the previous commit - Adds better support for deleted files when choosing `Open File in Remote` via in quick pick menus - now opens the file revision from the previous commit diff --git a/package.json b/package.json index e3dc06c..b54605d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "3.4.6", + "version": "3.4.8", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"