Skip to content

Commit 091dec8

Browse files
committed
Release v1.1.0
1 parent a818716 commit 091dec8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v1.1.0 (2024-01-10)
8+
### Added
9+
- Add support for Tailwind CSS v3.4
10+
11+
### Fixed
12+
- Fix display class not removed when it precedes line-clamp class
13+
714
## v1.0.0 (2023-10-18)
815
### Added
916
- Add cache support

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^8.1.0",
1414
"guzzlehttp/guzzle": "^7.5.1",
1515
"laravel/framework": "^10.9.0",
16-
"gehrisandro/tailwind-merge-php": "v1.0.0"
16+
"gehrisandro/tailwind-merge-php": "^v1.1.0"
1717
},
1818
"require-dev": {
1919
"laravel/pint": "^1.13.8",

0 commit comments

Comments
 (0)