We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdd471 commit 3738555Copy full SHA for 3738555
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## next / unreleased
2
3
+## v3.3.2 / 2025-04-21
4
+
5
+* Quash the "caniuse-lite is outdated" warning message from the `tailwindcss` CLI. #536 @wlipa
6
7
8
## v3.3.1 / 2025-01-23
9
10
* Pin the dependency on `tailwindcss-ruby` to `~> 3.0` to prevent users from upgrading Tailwind while still on v3 of this gem.
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "3.3.1"
+ VERSION = "3.3.2"
end
0 commit comments