diff --git a/Gemfile.lock b/Gemfile.lock index 6c60d172..69f04f5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ PATH PATH remote: vite_ruby specs: - vite_ruby (3.8.1) + vite_ruby (3.8.2) dry-cli (>= 0.7, < 2) rack-proxy (~> 0.6, >= 0.6.1) zeitwerk (~> 2.2) diff --git a/vite_ruby/CHANGELOG.md b/vite_ruby/CHANGELOG.md index 785f0616..5e1feb07 100644 --- a/vite_ruby/CHANGELOG.md +++ b/vite_ruby/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.8.2](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.8.1...vite_ruby@3.8.2) (2024-09-05) + + +### Bug Fixes + +* bump up expected plugin version ([b8dec4f](https://github.com/ElMassimo/vite_ruby/commit/b8dec4f5b516fe2acc63e980b465987c0c2c9c92)), closes [#493](https://github.com/ElMassimo/vite_ruby/issues/493) + + + ## [3.8.1](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.8.0...vite_ruby@3.8.1) (2024-09-04) diff --git a/vite_ruby/lib/vite_ruby/version.rb b/vite_ruby/lib/vite_ruby/version.rb index a30fa5e2..ed81d57f 100644 --- a/vite_ruby/lib/vite_ruby/version.rb +++ b/vite_ruby/lib/vite_ruby/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true class ViteRuby - VERSION = '3.8.1' + VERSION = '3.8.2' # Internal: Versions used by default when running `vite install`. DEFAULT_VITE_VERSION = '^5.0.0'