diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f5e24..8f7d6f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the "vscode-profile-switcher" extension will be documente Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.3.1] - 2019-07-19 + +### Changed + +- Fixing bug [#8](https://github.com/aaronpowell/vscode-profile-switcher/issues/8) by changing the JSON parser used + ## [0.3.0] - 2019-07-03 ### Added diff --git a/package.json b/package.json index 9637e9b..b98d5dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-profile-switcher", "displayName": "Profile Switcher", "description": "Allows you to switch between different profiles you have created", - "version": "0.3.0", + "version": "0.3.1", "preview": true, "license": "SEE LICENSE IN LICENSE.md", "publisher": "aaronpowell",