diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3e48c..6e53e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.6.4 + +- fix: prefix absolute paths correctly on windows #21 @hf02 + # 1.6.3 - fix: join paths correctly on windows #21 diff --git a/package.json b/package.json index 4d02843..5c8dbb6 100755 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/vknabel/vscode-swiftformat" }, - "version": "1.6.3", + "version": "1.6.4", "license": "MIT", "author": { "name": "Valentin Knabel",