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"