Skip to content

Commit

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

### Bug Fixes

* **npm:** use conventional-changelog-spm 1.2.0 for initial build ([547f4bc](547f4bc))

### Build System

* **npm:** use conventional-changelog-spm 1.2.0 for initial build ([a76f7d1](a76f7d1))

### Code Refactoring

* initial changes after first check in ([a2e822f](a2e822f))

### Initial Build

* first build ([972e621](972e621))
  • Loading branch information
semantic-release-bot committed Apr 11, 2019
1 parent a2e822f commit 6b59721
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 1.0.0 (2019-04-11)


### Bug Fixes

* **npm:** use conventional-changelog-spm 1.2.0 for initial build ([547f4bc](https://github.com/spmeesseman/vscode-vslauncher/commit/547f4bc))


### Build System

* **npm:** use conventional-changelog-spm 1.2.0 for initial build ([a76f7d1](https://github.com/spmeesseman/vscode-vslauncher/commit/a76f7d1))


### Code Refactoring

* initial changes after first check in ([a2e822f](https://github.com/spmeesseman/vscode-vslauncher/commit/a2e822f))


### Initial Build

* first build ([972e621](https://github.com/spmeesseman/vscode-vslauncher/commit/972e621))
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": "0.1.0",
"version": "1.0.0",
"publisher": "spmeesseman",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 6b59721

Please sign in to comment.