We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 272658b commit ebfe299Copy full SHA for ebfe299
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v2.4.1 / 2024-04-25
2
+
3
+* Fix debugger repl when using the Puma plugin. (#349) @tompng
4
5
6
## v2.4.0 / 2024-04-08
7
8
* Update to [Tailwind CSS v3.4.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.3) from v3.4.1 by @flavorjones
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tailwindcss-rails (2.3.0)
+ tailwindcss-rails (2.4.1)
railties (>= 6.0.0)
GEM
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "2.4.0"
+ VERSION = "2.4.1"
end
0 commit comments