Skip to content

Commit 1279e09

Browse files
committed
chore: Update versione to v5.2
1 parent e4d18b2 commit 1279e09

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.2
2+
3+
### FIX
4+
5+
- When rails notes/about fails to run, save the error output and return it in the Extension error logs
6+
17
## Version 5.1
28

39
### FIX

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.2
2+
3+
### FIX
4+
5+
- When rails notes/about fails to run, save the error output and return it in the Extension error logs
6+
17
## Version 5.1
28

39
### FIX

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.1",
6+
"version": "5.2",
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.1",
3+
"version": "0.5.2",
44
"description": "Ruby on Rails and Ruby support for Nova editor.",
55
"main": "src/Scripts/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)