Skip to content

Commit 89f88a1

Browse files
authored
Merge pull request #40 from gjtorikian/release/v0.14.0
[skip test] Release v0.14.0
2 parents 4100d45 + e242ace commit 89f88a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [v0.14.0] - 19-12-2024
2+
## What's Changed
3+
* Prevent cache tampering by freezing cached value by @david-uhlig in https://github.com/gjtorikian/tailwind_merge/pull/39
4+
5+
The results of the `merge` class is now a frozen string. This may unexpectedly break your app if you are expecting the string of classes to be mutable.
6+
7+
8+
## New Contributors
9+
* @david-uhlig made their first contribution in https://github.com/gjtorikian/tailwind_merge/pull/39
10+
11+
**Full Changelog**: https://github.com/gjtorikian/tailwind_merge/compare/v0.13.3...v0.14.0
112
# [v0.13.3] - 25-11-2024
213
## What's Changed
314
* [skip test] Release v0.13.2 by @github-actions in https://github.com/gjtorikian/tailwind_merge/pull/37

0 commit comments

Comments
 (0)