Skip to content

Commit b4c83b8

Browse files
committed
version bump to v2.0.24
1 parent a0c827e commit b4c83b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
## v2.0.24 / 2023-03-05
3+
4+
* When Rails CSS compression is on, avoid generating minified tailwindcss assets. (#253) by [@flavorjones](https://github.com/flavorjones).
5+
6+
27
## v2.0.23 / 2023-02-19
38

49
* Update to [Tailwind CSS v3.2.7](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.7) by [@flavorjones](https://github.com/flavorjones).

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.0.23"
2+
VERSION = "2.0.24"
33
end

0 commit comments

Comments
 (0)