Skip to content

Commit 3eb4fd3

Browse files
committed
Bump version for v2.0.14
1 parent 5f6c4b3 commit 3eb4fd3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
## v2.0.14 / 2022-09-19
3+
4+
* Work around [upstream rubygems issue](https://github.com/rubygems/rubygems/issues/5938) on `musl` platforms. [[#200](https://github.com/rails/tailwindcss-rails/issues/200)]
5+
6+
27
## v2.0.13 / 2022-09-05
38

49
* Correctly handle paths with embedded spaces. [#184](https://github.com/rails/tailwindcss-rails/issues/184) by [@flavorjones](https://github.com/flavorjones)

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.0.13)
4+
tailwindcss-rails (2.0.14)
55
railties (>= 6.0.0)
66

77
GEM

lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "2.0.13"
2+
VERSION = "2.0.14"
33
end

0 commit comments

Comments
 (0)