Skip to content

Commit

Permalink
version bump to v2.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 21, 2023
1 parent 0d2e449 commit 83aeede
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## v2.0.28 / 2023-04-21

* The `watch` task accepts an `always` argument to keep the watcher alive when stdin is closed: `rails tailwindcss:watch[always]`. #262 by @GoodForOneFare


## v2.0.27 / 2023-04-02

* Update to [Tailwind CSS v3.3.1](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.1) by @flavorjones
Expand Down
2 changes: 1 addition & 1 deletion lib/tailwindcss/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tailwindcss
VERSION = "2.0.27"
VERSION = "2.0.28"
end

0 comments on commit 83aeede

Please sign in to comment.