Skip to content

Commit

Permalink
feat: Prepare for v6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasongr committed Jul 3, 2022
1 parent 4a72464 commit 95f293f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Version 6.0

### FEAT

- Improved RuboCop support with autocorrect commands, fix on save and offenses list

### REFACTOR

- Update extension structure to not use npm
- Update extension icons

### Fix

- Resolved a parsing issue of Rails Notes with "/" in it
- Removed an error-prone option from task templates

## Version 5.2

### FIX
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Ruby on Rails",
"organization": "Tommaso Negri",
"description": "Ruby on Rails and Ruby support for Nova editor.",
"version": "5.2",
"version": "6.0",
"main": "main.js",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 95f293f

Please sign in to comment.