Skip to content

Commit

Permalink
fix: Update version to v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasongr committed Apr 3, 2022
1 parent 83e539a commit d32ae2c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 4.0
## Version 5.0

### FEATURES

Expand All @@ -10,6 +10,16 @@

- Added a tutorial for installing and configuring Solargraph

## Version 4.0

### FEATURES

- Added new Rails Notes sidebar

### REFACTOR

- Improved code quality and style

## Version 3.3

### FIX
Expand Down
12 changes: 11 additions & 1 deletion Rails.novaextension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 4.0
## Version 5.0

### FEATURES

Expand All @@ -10,6 +10,16 @@

- Added a tutorial for installing and configuring Solargraph

## Version 4.0

### FEATURES

- Added new Rails Notes sidebar

### REFACTOR

- Improved code quality and style

## Version 3.3

### FIX
Expand Down
2 changes: 1 addition & 1 deletion Rails.novaextension/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": "4.0",
"version": "5.0",
"main": "main.dist.js",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nova-rails",
"version": "0.4.0",
"version": "0.5.0",
"description": "Ruby on Rails and Ruby support for Nova editor.",
"main": "src/Scripts/main.js",
"scripts": {
Expand Down

0 comments on commit d32ae2c

Please sign in to comment.