Skip to content

Commit ad3e403

Browse files
committed
Release v0.4.1
1 parent f3bfbcf commit ad3e403

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v0.4.1 (2025-10-17)
4+
5+
* Ignore ANSI escape codes when checking version
6+
37
## v0.4.0 (2025-09-10)
48

59
* No longer copy assets in `mix tailwind.install`

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Tailwind.MixProject do
22
use Mix.Project
33

4-
@version "0.4.0"
4+
@version "0.4.1"
55
@source_url "https://github.com/phoenixframework/tailwind"
66

77
def project do

0 commit comments

Comments
 (0)