Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2019-04-21)

### Bug Fixes

* final file blacklist to decrease size of extension ([da73e9d](da73e9d))

### Build System

* complete ignore list from extension build ([81d8a25](81d8a25))

### Documentation

* remove unused todo file [skip ci] ([43632ea](43632ea))
  • Loading branch information
spmeesseman committed Apr 21, 2019
1 parent da73e9d commit 76885c6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.0.4](https://github.com/spmeesseman/vscode-vslauncher/compare/v1.0.3...v1.0.4) (2019-04-21)


### Bug Fixes

* final file blacklist to decrease size of extension ([da73e9d](https://github.com/spmeesseman/vscode-vslauncher/commit/da73e9d))


### Build System

* complete ignore list from extension build ([81d8a25](https://github.com/spmeesseman/vscode-vslauncher/commit/81d8a25))


### Documentation

* remove unused todo file [skip ci] ([43632ea](https://github.com/spmeesseman/vscode-vslauncher/commit/43632ea))

## [1.0.3](https://github.com/spmeesseman/vscode-vslauncher/compare/v1.0.2...v1.0.3) (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 projects, solutions, and files in Visual Studio via context menu",
"icon": "res/logo.png",
"version": "1.0.3",
"version": "1.0.4",
"publisher": "spmeesseman",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 76885c6

Please sign in to comment.