From aa896eafa6031828756b589cfef6fc02cc1925f1 Mon Sep 17 00:00:00 2001 From: Bruno Logerfo Date: Mon, 13 May 2019 11:49:00 -0300 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082377b..114bd3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,3 +23,6 @@ Fixed Source Control Manager commands not being grouped. # 0.0.7 Added an icon to the extension. Performance improvements. + +# 0.0.8 +Removed the commands from the palette. diff --git a/package.json b/package.json index f5af62d..874148f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cd-repo", "displayName": "CD Repo", "description": "Changes the terminal directory to the selected repository folder.", - "version": "0.0.7", + "version": "0.0.8", "publisher": "logerfo", "engines": { "vscode": "^1.26.0"