From 1b5c8f2a6d4066319f9f86ce0af68d76a5cd7e99 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 13 Sep 2024 13:53:30 -0400 Subject: [PATCH] version bump to v2.7.4 --- CHANGELOG.md | 5 +++++ lib/tailwindcss/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8404f..a633c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.7.4 / 2024-09-13 + +* Update to [Tailwind CSS v3.4.11](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.11) @flavorjones + + ## v2.7.3 / 2024-08-14 * Update to [Tailwind CSS v3.4.10](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.10) @flavorjones diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 672fec0..5678e7d 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "2.7.3" + VERSION = "2.7.4" end