diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9fd08..c6a07b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [0.3.1] + +* Fixed issue with adding Spin to path on WSL + ## [0.3.0] - Automatically install Spin diff --git a/package.json b/package.json index 92b1ff5..a818426 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "Spin", "description": "Build and test Spin components from within VS Code", "icon": "images/spin-icon.png", - "version": "0.3.0", + "version": "0.3.1", "preview": true, "repository": { "type": "git",