Skip to content

Commit 16a5008

Browse files
committed
v0.5.1
1 parent a87d166 commit 16a5008

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<br />
33
<a href="https://github.com/dcastil/tailwind-merge">
4-
<!-- AUTOGENERATED START logo-image --><img src="https://github.com/dcastil/tailwind-merge/raw/v0.5.0/assets/logo.svg" alt="tailwind-merge" width="221px" /><!-- AUTOGENERATED END -->
4+
<!-- AUTOGENERATED START logo-image --><img src="https://github.com/dcastil/tailwind-merge/raw/v0.5.1/assets/logo.svg" alt="tailwind-merge" width="221px" /><!-- AUTOGENERATED END -->
55
</a>
66
</div>
77

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwind-merge",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Merge Tailwind CSS classes without style conflicts",
55
"keywords": [
66
"tailwindcss",
@@ -39,7 +39,6 @@
3939
"test": "jest",
4040
"type-check": "tsc --build",
4141
"lint": "eslint --max-warnings 0 '**'",
42-
"preversion": "git checkout main && git pull",
4342
"version": "zx scripts/update-readme.js",
4443
"postversion": "git push --follow-tags && open https://github.com/dcastil/tailwind-merge/releases"
4544
},

0 commit comments

Comments
 (0)