Skip to content

Commit 41441af

Browse files
committed
1 parent 7afe236 commit 41441af

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: Gemfile.lock

+1-1
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.2.13)
17+
vite_ruby (3.2.14)
1818
dry-cli (>= 0.7, < 2)
1919
rack-proxy (~> 0.6, >= 0.6.1)
2020
zeitwerk (~> 2.2)

Diff for: vite_ruby/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.2.14](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2022-12-22)
2+
3+
4+
15
## [3.2.13](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2022-12-09)
26

37

Diff for: vite_ruby/lib/vite_ruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
class ViteRuby
4-
VERSION = '3.2.13'
4+
VERSION = '3.2.14'
55

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

0 commit comments

Comments
 (0)