Skip to content

Commit 0ac8dcd

Browse files
committed
1 parent 66af6eb commit 0ac8dcd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

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

vite_ruby/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.3.2](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2023-05-09)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure assets:precompile task is displayed when using `rake -T` ([66af6eb](https://github.com/ElMassimo/vite_ruby/commit/66af6eb0268e7a989562feb38da74072817f0d49))
7+
8+
9+
110
## [3.3.1](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2023-04-28)
211

312

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.3.1'
4+
VERSION = '3.3.2'
55

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

0 commit comments

Comments
 (0)