Skip to content

Commit 060707a

Browse files
committed
release: vite_ruby@3.9.3
1 parent 0e2801e commit 060707a

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PATH
1414
PATH
1515
remote: vite_ruby
1616
specs:
17-
vite_ruby (3.9.2)
17+
vite_ruby (3.9.3)
1818
dry-cli (>= 0.7, < 2)
1919
logger (~> 1.6)
2020
mutex_m

vite_ruby/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [3.9.3](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.9.2...vite_ruby@3.9.3) (2026-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* coerce dev server connect timeout when set via env vars ([0e2801e](https://github.com/ElMassimo/vite_ruby/commit/0e2801e6e9a4da6e534d1b0dbba28f5baadefd4d)), closes [#591](https://github.com/ElMassimo/vite_ruby/issues/591)
7+
8+
9+
### Features
10+
11+
* upgrade default vite version to 6.2.6 ([95c247a](https://github.com/ElMassimo/vite_ruby/commit/95c247a66d86f15ad9ce783acf92fef96646091b))
12+
13+
14+
115
## [3.9.2](https://github.com/ElMassimo/vite_ruby/compare/vite_ruby@3.9.1...vite_ruby@3.9.2) (2025-03-26)
216

317

vite_ruby/lib/vite_ruby/version.rb

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

33
class ViteRuby
4-
VERSION = "3.9.2"
4+
VERSION = "3.9.3"
55

66
# Internal: Versions used by default when running `vite install`.
77
DEFAULT_VITE_VERSION = "^6.2.6"

0 commit comments

Comments
 (0)