Skip to content

Commit

Permalink
chore(release): 1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.6](v1.0.5...v1.0.6) (2020-09-26)

### Build System

* **npm:** fix invalid attribute publisher->author [skip ci] ([ca3839d](ca3839d))
* **npm:** package.json cleanup [skip ci] ([0682d31](0682d31))

### Code Refactoring

* place menu item  in navigation group as opposed to separate group ([deb9806](deb9806))
  • Loading branch information
semantic-release-bot committed Sep 26, 2020
1 parent 7b5863b commit 0ccabfd
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.6](https://github.com/spmeesseman/vscode-vslauncher/compare/v1.0.5...v1.0.6) (2020-09-26)


### Build System

* **npm:** fix invalid attribute publisher->author [skip ci] ([ca3839d](https://github.com/spmeesseman/vscode-vslauncher/commit/ca3839d))
* **npm:** package.json cleanup [skip ci] ([0682d31](https://github.com/spmeesseman/vscode-vslauncher/commit/0682d31))


### Code Refactoring

* place menu item in navigation group as opposed to separate group ([deb9806](https://github.com/spmeesseman/vscode-vslauncher/commit/deb9806))

## [1.0.5](https://github.com/spmeesseman/vscode-vslauncher/compare/v1.0.4...v1.0.5) (2019-04-28)


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
@@ -1,6 +1,6 @@
{
"name": "vscode-vslauncher",
"version": "1.0.5",
"version": "1.0.6",
"displayName": "Visual Studio Launcher",
"description": "Open projects, solutions, and files in Visual Studio via context menu",
"icon": "res/logo.png",
Expand Down

0 comments on commit 0ccabfd

Please sign in to comment.