From 353e2127dbff440396c81255d4979dd957e01f62 Mon Sep 17 00:00:00 2001 From: app-publisher-bot Date: Wed, 4 Aug 2021 14:06:38 -0400 Subject: [PATCH] chore(release): v1.0.8 [skip ci] --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 317fff0..a745874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ -## [1.0.7](https://github.com/spmeesseman/vscode-vslauncher/compare/v1.0.6...v1.0.7) (2020-09-27) +# VSCODE-VSLAUNCHER CHANGE LOG + +## Version 1.0.8 (August 4th, 2021) + +### Bug Fixes + +- VS 2019 project and solution files will not open +## [1.0.7](https://github.com/spmeesseman/vscode-vslauncher/compare/v1.0.6...v1.0.7) (2020-09-27) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index adc9c4b..7b66407 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-vslauncher", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3237,4 +3237,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 61fdae0..ab23e63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-vslauncher", - "version": "1.0.7", + "version": "1.0.8", "displayName": "Visual Studio Launcher", "description": "Open projects, solutions, and files in Visual Studio via context menu", "icon": "res/logo.png", @@ -119,4 +119,4 @@ } } } -} +} \ No newline at end of file