Skip to content

Commit c4a21ef

Browse files
committed
version bump to v3.4.15
1 parent 9b04ae5 commit c4a21ef

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,5 +1,10 @@
11
## [Unreleased]
22

3+
## v3.4.15
4+
5+
* Update `tailwindcss` to [v3.4.15](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.15). (#19) @flavorjones
6+
7+
38
## v3.4.14
49

510
* Update `tailwindcss` to [v3.4.14](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14). (#8) @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-ruby (3.4.14)
4+
tailwindcss-ruby (3.4.15)
55

66
GEM
77
remote: https://rubygems.org/

lib/tailwindcss/ruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Tailwindcss
44
module Ruby
5-
VERSION = "3.4.14"
5+
VERSION = "3.4.15"
66
end
77
end

0 commit comments

Comments
 (0)