diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d9916b..a62881d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## 0.17.0 - **New:** add option to disable the "Generate .editorconfig" context menu entry (by @SunsetTechuila) +- +- **Fix:** aply formatting before file saving (by @SunsetTechuila) ## 0.16.7 diff --git a/package.json b/package.json index 1a686ef..e554ce9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "EditorConfig for VS Code", "description": "EditorConfig Support for Visual Studio Code", "publisher": "EditorConfig", - "version": "0.16.7", + "version": "0.16.8", "icon": "EditorConfig_icon.png", "engines": { "vscode": "^1.82.0"