Skip to content

Commit 8ff26b1

Browse files
committed
1 parent 3c8d4f5 commit 8ff26b1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
PATH
88
remote: vite_rails
99
specs:
10-
vite_rails (3.0.18)
10+
vite_rails (3.0.19)
1111
railties (>= 5.1, < 9)
1212
vite_ruby (~> 3.0, >= 3.2.2)
1313

vite_rails/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.19](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2024-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* respect host and protocol options in vite_preload_tag ([#413](https://github.com/ElMassimo/vite_ruby/issues/413)) ([bcd8151](https://github.com/ElMassimo/vite_ruby/commit/bcd8151e77e90b5c219650db604ccf6bb6617720))
7+
8+
9+
110
## [3.0.18](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2024-10-21)
211

312

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ViteRails
4-
VERSION = '3.0.18'
4+
VERSION = '3.0.19'
55
end

0 commit comments

Comments
 (0)