Skip to content

Commit 58914ad

Browse files
committed
chore: Prepare for v3.3
1 parent 6af16f2 commit 58914ad

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 3.3
2+
3+
### FIX
4+
5+
- Honor both Gemfile as well as gems.rb for Rails project detection
6+
17
## Version 3.2
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 3.3
2+
3+
### FIX
4+
5+
- Honor both Gemfile as well as gems.rb for Rails project detection
6+
17
## Version 3.2
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": "3.2",
6+
"version": "3.3",
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.3.2",
3+
"version": "0.3.3",
44
"description": "Ruby on Rails and Ruby support for Nova editor.",
55
"main": "src/Scripts/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)