From 3a59036eeb766c29e4c7be31b39948c0cbc36cd1 Mon Sep 17 00:00:00 2001 From: fernandoescolar Date: Tue, 21 Feb 2023 11:58:29 +0100 Subject: [PATCH] updating to v0.8.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6c1a3..b2ad173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "vscode-solution-explorer" extension will be documented in this file. +## 0.8.1 + +Bugfix #264: allow undefined selected item commands + ## 0.8.0 Bugfix #254: Refresh tree view item icons properly, thanks to [panoskj](https://github.com/panoskj) diff --git a/package.json b/package.json index ad344a0..1f26611 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-solution-explorer", "displayName": "vscode-solution-explorer", "description": "Visual Studio .sln file explorer for Visual Studio Code", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "publisher": "fernandoescolar", "icon": "images/icon.png",