diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa845a..01848e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [1.0.1](https://github.com/spmeesseman/vscode-vslauncher/compare/v1.0.0...v1.0.1) (2019-04-11) + + +### Bug Fixes + +* setting path to vs ide executable in settings does not work ([3c29943](https://github.com/spmeesseman/vscode-vslauncher/commit/3c29943)) +* solution files are opening as plain files and not as vs solutions ([573e63e](https://github.com/spmeesseman/vscode-vslauncher/commit/573e63e)) + + +### Documentation + +* **readme:** update initial info ([fb1be43](https://github.com/spmeesseman/vscode-vslauncher/commit/fb1be43)) + # 1.0.0 (2019-04-11) diff --git a/package-lock.json b/package-lock.json index 4e5b1c4..ae4fe71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-vslauncher", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 06f538d..9782538 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Visual Studio Launcher", "description": "Open a projects and files in Visual Studio via context menu", "icon": "res/logo.png", - "version": "1.0.0", + "version": "1.0.1", "publisher": "spmeesseman", "license": "MIT", "repository": {