Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2019-04-11)

### Bug Fixes

* setting path to vs ide executable in settings does not work ([3c29943](3c29943))
* solution files are opening as plain files and not as vs solutions ([573e63e](573e63e))

### Documentation

* **readme:** update initial info ([fb1be43](fb1be43))
  • Loading branch information
semantic-release-bot committed Apr 11, 2019
1 parent 573e63e commit 7d9608b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7d9608b

Please sign in to comment.