diff --git a/Gemfile.lock b/Gemfile.lock index 94bdcee3..decd1c24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ PATH PATH remote: vite_ruby specs: - vite_ruby (3.3.4) + vite_ruby (3.4.0) 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 b6e61195..b94e9edc 100644 --- a/vite_ruby/CHANGELOG.md +++ b/vite_ruby/CHANGELOG.md @@ -1,3 +1,17 @@ +# [3.4.0](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.3.4...vite_ruby@3.4.0) (2023-11-16) + + +### Bug Fixes + +* **breaking:** check for any existing manifest path before cleaning ([c450483](https://github.com/ElMassimo/vite_ruby/commit/c4504839e11006d50d6503288469cb3de0c6a9cd)) + + +### Features + +* add support for vite 5, which changed default manifest path ([818132a](https://github.com/ElMassimo/vite_ruby/commit/818132a07af3f17ba27ae09c44fcd59029064238)) + + + ## [3.3.4](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.3.3...vite_ruby@3.3.4) (2023-06-27) diff --git a/vite_ruby/lib/vite_ruby/version.rb b/vite_ruby/lib/vite_ruby/version.rb index b7d52487..7c3b67d6 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.3.4' + VERSION = '3.4.0' # Internal: Versions used by default when running `vite install`. DEFAULT_VITE_VERSION = '^4.3.0'