Skip to content

Commit 3940a99

Browse files
committed
v0.4.0
1 parent 0c105e5 commit 3940a99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ twMerge('px-2 py-1 bg-red hover:bg-dark-red', 'p-3 bg-[#B91C1C]')
1919
- Supports Tailwind v2.0.0 up to v2.2.5, support for newer version will be added continuously
2020
- Works in Node >=12 and all modern browsers
2121
- Fully typed
22-
- [<!-- AUTOGENERATED START package-build-stats:gzipSize -->4.1 kB<!-- AUTOGENERATED END --> minified + gzipped](https://bundlephobia.com/package/tailwind-merge) (<!-- AUTOGENERATED START package-build-stats:composition -->95.7% self, 4.3% hashlru<!-- AUTOGENERATED END -->)
22+
- [<!-- AUTOGENERATED START package-build-stats:gzipSize -->4.6 kB<!-- AUTOGENERATED END --> minified + gzipped](https://bundlephobia.com/package/tailwind-merge) (<!-- AUTOGENERATED START package-build-stats:composition -->95.9% self, 4.1% hashlru<!-- AUTOGENERATED END -->)
2323

2424
## What is it for
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwind-merge",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Merge Tailwind CSS classes without style conflicts",
55
"keywords": [
66
"tailwindcss",

0 commit comments

Comments
 (0)