diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7d6f1..11f9ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ### Changed - Fixing bug [#8](https://github.com/aaronpowell/vscode-profile-switcher/issues/8) by changing the JSON parser used +- Fixing bug that meant the removal of extensions was reported as complete before it was really complete. May be an underlying cause of issue [#7](https://github.com/aaronpowell/vscode-profile-switcher/issues/7) ## [0.3.0] - 2019-07-03 diff --git a/package-lock.json b/package-lock.json index ce731c7..f93bf50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-profile-switcher", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": {