Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Nov 5, 2024
1 parent 3c8d4f5 commit 8ff26b1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
PATH
remote: vite_rails
specs:
vite_rails (3.0.18)
vite_rails (3.0.19)
railties (>= 5.1, < 9)
vite_ruby (~> 3.0, >= 3.2.2)

Expand Down
9 changes: 9 additions & 0 deletions vite_rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.19](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2024-11-05)


### Bug Fixes

* 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))



## [3.0.18](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2024-10-21)


Expand Down
2 changes: 1 addition & 1 deletion vite_rails/lib/vite_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ViteRails
VERSION = '3.0.18'
VERSION = '3.0.19'
end

0 comments on commit 8ff26b1

Please sign in to comment.