From ebfe29920a988636817f703907797925d0c27a73 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 25 Apr 2024 11:19:40 -0400 Subject: [PATCH] version bump to v2.4.1 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/tailwindcss/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa699e7..0e7f8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.4.1 / 2024-04-25 + +* Fix debugger repl when using the Puma plugin. (#349) @tompng + + ## v2.4.0 / 2024-04-08 * Update to [Tailwind CSS v3.4.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.3) from v3.4.1 by @flavorjones diff --git a/Gemfile.lock b/Gemfile.lock index 69df200..c3fe8c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tailwindcss-rails (2.3.0) + tailwindcss-rails (2.4.1) railties (>= 6.0.0) GEM diff --git a/lib/tailwindcss/version.rb b/lib/tailwindcss/version.rb index 9e7d354..11458af 100644 --- a/lib/tailwindcss/version.rb +++ b/lib/tailwindcss/version.rb @@ -1,3 +1,3 @@ module Tailwindcss - VERSION = "2.4.0" + VERSION = "2.4.1" end