Skip to content

Commit

Permalink
version bump to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 4, 2024
1 parent c8851a6 commit 8658b4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## next / unreleased
## v2.2.0 / 2023-01-04

* Introduce a Puma plugin to manage the Tailwind "watch" process from `rails server`. (#300) @npezza93
* Lazily load the debugger gem when running `bin/dev` (#292) @elia
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tailwindcss-rails (2.1.0)
tailwindcss-rails (2.2.0)
railties (>= 6.0.0)

GEM
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.1.0"
VERSION = "2.2.0"
end

0 comments on commit 8658b4b

Please sign in to comment.