Skip to content

Commit

Permalink
Bump version for v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 5, 2022
1 parent 251ff22 commit 89e1b30
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,5 +1,5 @@

## Unreleased
## v2.0.13 / 2022-09-05

* Correctly handle paths with embedded spaces. [#184](https://github.com/rails/tailwindcss-rails/issues/184) by [@flavorjones](https://github.com/flavorjones)
* The `build` and `watch` tasks accept a `debug` argument to generate unminified assets: `rails tailwindcss:build[debug]` or `rails tailwindcss:watch[debug]`. [#198](https://github.com/rails/tailwindcss-rails/pull/198) by [@flavorjones](https://github.com/flavorjones)
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.0.12)
tailwindcss-rails (2.0.13)
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.0.12"
VERSION = "2.0.13"
end

0 comments on commit 89e1b30

Please sign in to comment.