We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8851a6 commit 8658b4bCopy full SHA for 8658b4b
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## next / unreleased
+## v2.2.0 / 2023-01-04
2
3
* Introduce a Puma plugin to manage the Tailwind "watch" process from `rails server`. (#300) @npezza93
4
* Lazily load the debugger gem when running `bin/dev` (#292) @elia
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- tailwindcss-rails (2.1.0)
+ tailwindcss-rails (2.2.0)
5
railties (>= 6.0.0)
6
7
GEM
lib/tailwindcss/version.rb
@@ -1,3 +1,3 @@
module Tailwindcss
- VERSION = "2.1.0"
+ VERSION = "2.2.0"
end
0 commit comments