Skip to content

Commit 5081584

Browse files
committed
chore: Update version to v5.1
1 parent 35ff129 commit 5081584

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Version 5.1
2+
3+
### FIX
4+
5+
- Fixed an issue with Rails Notes regex pattern
6+
17
## Version 5.0
28

39
### FEATURES

Rails.novaextension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Version 5.1
2+
3+
### FIX
4+
5+
- Fixed an issue with Rails Notes regex pattern
6+
17
## Version 5.0
28

39
### FEATURES

Rails.novaextension/extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Ruby on Rails",
44
"organization": "Tommaso Negri",
55
"description": "Ruby on Rails and Ruby support for Nova editor.",
6-
"version": "5.0",
6+
"version": "5.1",
77
"main": "main.dist.js",
88
"license": "MIT",
99
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nova-rails",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Ruby on Rails and Ruby support for Nova editor.",
55
"main": "src/Scripts/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)