From b0d1812efec6a27e474c206874746718fcc7f613 Mon Sep 17 00:00:00 2001 From: Maximo Mussini Date: Thu, 21 Nov 2024 13:31:40 -0300 Subject: [PATCH] release: vite_ruby@3.9.1 --- Gemfile.lock | 2 +- vite_ruby/CHANGELOG.md | 9 +++++++++ vite_ruby/lib/vite_ruby/version.rb | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f17c99ef..a5383ff9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ PATH PATH remote: vite_ruby specs: - vite_ruby (3.9.0) + vite_ruby (3.9.1) dry-cli (>= 0.7, < 2) logger (~> 1.6) mutex_m diff --git a/vite_ruby/CHANGELOG.md b/vite_ruby/CHANGELOG.md index 9c0f2ff3..110b6426 100644 --- a/vite_ruby/CHANGELOG.md +++ b/vite_ruby/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.9.1](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.9.0...vite_ruby@3.9.1) (2024-11-21) + + +### Performance Improvements + +* avoid calling `uniq` on array of hashes ([3e6ad00](https://github.com/ElMassimo/vite_ruby/commit/3e6ad001be6baacdec0597d33bc220d4242521af)), closes [#416](https://github.com/ElMassimo/vite_ruby/issues/416) + + + # [3.9.0](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.8.3...vite_ruby@3.9.0) (2024-10-11) diff --git a/vite_ruby/lib/vite_ruby/version.rb b/vite_ruby/lib/vite_ruby/version.rb index f6d55756..c6bf4cc2 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.9.0" + VERSION = "3.9.1" # Internal: Versions used by default when running `vite install`. DEFAULT_VITE_VERSION = "^5.0.0"