diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6c3ed..c1f9fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://github.com/ChristianKohler/PathIntellisense/compare/v2.1.6...v2.2.0) (2020-06-05) + + +### Features + +* **build:** enable continous deploy ([335a253](https://github.com/ChristianKohler/PathIntellisense/commit/335a25384b5bace59354ef6683e5b76ab54e124c)) + ## [2.1.6](https://github.com/ChristianKohler/PathIntellisense/compare/v2.1.5...v2.1.6) (2020-06-05) ### Bug Fixes diff --git a/package.json b/package.json index aeda279..acaca95 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "Path Intellisense", "description": "Visual Studio Code plugin that autocompletes filenames", - "version": "2.1.6", + "version": "2.2.0", "publisher": "christian-kohler", "engines": { "vscode": "^1.43.0"