diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..5aa845a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index c782d3b..4e5b1c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-vslauncher", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2de6900..06f538d 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": "0.1.0", + "version": "1.0.0", "publisher": "spmeesseman", "license": "MIT", "repository": {