Skip to content

Commit 0144d00

Browse files
committed
version bump to v4.2.0
1 parent 0507a0c commit 0144d00

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# `tailwindcss-rails` Changelog
22

3-
## next / unreleased
3+
## v4.2.0 / 2025-03-02
44

55
### Features
66

7+
* Improve the view templates to display better on mobile devices. #503 @patriciomacadden
78
* Support for environment variable `TAILWINDCSS_DEBUG` to turn off CSS minification. #504 @r-sierra
89

910

lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "4.1.0"
2+
VERSION = "4.2.0"
33
end

0 commit comments

Comments
 (0)