Skip to content

Commit fe5a6f7

Browse files
committed
version bump to v2.4.0
1 parent fe625c8 commit fe5a6f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## next / unreleased
1+
## v2.4.0 / 2024-04-08
22

3+
* Update to [Tailwind CSS v3.4.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.3) from v3.4.1 by @flavorjones
34
* The `tailwindcss:watch` task handles interrupts more cleanly. (#318, #336) @davidcelis
45

56

Diff for: lib/tailwindcss/version.rb

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

0 commit comments

Comments
 (0)