diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa5c9b..3462710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 0.6.0 (2023-08-19) + ### New features - Support `rubocop.formatAutocorrectsAll` command, which requires RuboCop 1.56+. (@koic) diff --git a/package.json b/package.json index dbd3197..e007f34 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "RuboCop", "description": "VS Code extension for the RuboCop linter and code formatter.", "icon": "rubocop.png", - "version": "0.5.0", + "version": "0.6.0", "publisher": "rubocop", "repository": { "type": "git",