diff --git a/CHANGELOG.md b/CHANGELOG.md index 4023212..daa2953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### New features +## 0.3.0 (2023-07-13) + - Support `rubocop.safeAutocorrect` option, which requires RuboCop 1.54+. (@koic) ## 0.2.0 (2023-06-29) diff --git a/package.json b/package.json index c57c8f5..d3b2e1c 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.2.0", + "version": "0.3.0", "publisher": "rubocop", "repository": { "type": "git",