diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f177a3e..e9b33f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.1.6 +* Fixed issue with commands on Windows platform + ## 0.1.5 * Added telemetry support * Minor bugfixes and improvements diff --git a/package-lock.json b/package-lock.json index e901cd66..545bb4d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-appcenter", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 293efb68..3b66e111 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-appcenter", "displayName": "App Center", "description": "Visual Studio App Center tools and services.", - "version": "0.1.5", + "version": "0.1.6", "publisher": "vsmobile", "icon": "images/icon.png", "engines": {