Skip to content

Commit cbf5512

Browse files
committed
version bump to v2.0.25
1 parent e07a765 commit cbf5512

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.25 / 2023-03-14
3+
4+
* Installer now includes all 5 official Tailwind plugins (adding `line-clamp` and `container-queries`). (#254) by @Kentasmic
5+
6+
27
## v2.0.24 / 2023-03-05
38

49
* When Rails CSS compression is on, avoid generating minified tailwindcss assets. (#253) 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.24"
2+
VERSION = "2.0.25"
33
end

0 commit comments

Comments
 (0)