We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bfbcf commit ad3e403Copy full SHA for ad3e403
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v0.4.1 (2025-10-17)
4
+
5
+* Ignore ANSI escape codes when checking version
6
7
## v0.4.0 (2025-09-10)
8
9
* No longer copy assets in `mix tailwind.install`
mix.exs
@@ -1,7 +1,7 @@
defmodule Tailwind.MixProject do
use Mix.Project
- @version "0.4.0"
+ @version "0.4.1"
@source_url "https://github.com/phoenixframework/tailwind"
def project do
0 commit comments