diff --git a/CHANGELOG.md b/CHANGELOG.md index d81bf41..317fff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.7](https://github.com/spmeesseman/vscode-vslauncher/compare/v1.0.6...v1.0.7) (2020-09-27) + + +### Bug Fixes + +* will not launch visual studio 2019 [skip ci] ([532c848](https://github.com/spmeesseman/vscode-vslauncher/commit/532c848)) + ## [1.0.6](https://github.com/spmeesseman/vscode-vslauncher/compare/v1.0.5...v1.0.6) (2020-09-26) diff --git a/package-lock.json b/package-lock.json index 522fe37..fd38466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-vslauncher", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eeb05d3..3bc581a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-vslauncher", - "version": "1.0.6", + "version": "1.0.7", "displayName": "Visual Studio Launcher", "description": "Open projects, solutions, and files in Visual Studio via context menu", "icon": "res/logo.png",