diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fc632..411c006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## Unreleased +## 1.22.0 (2021-09-21) ### Fixes - Partially fix issue with debug mode on code-server (05e1b69, #279) diff --git a/package.json b/package.json index 49dcf3d..e71f56e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "SSH FS", "description": "File system, terminal and task provider using SSH", "publisher": "Kelvin", - "version": "1.21.2", + "version": "1.22.0", "engines": { "vscode": "^1.49.0" },