We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe625c8 commit fe5a6f7Copy full SHA for fe5a6f7
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-## next / unreleased
+## v2.4.0 / 2024-04-08
2
3
+* Update to [Tailwind CSS v3.4.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.3) from v3.4.1 by @flavorjones
4
* The `tailwindcss:watch` task handles interrupts more cleanly. (#318, #336) @davidcelis
5
6
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "2.3.0"
+ VERSION = "2.4.0"
end
0 commit comments