Skip to content

Commit 9402b61

Browse files
committed
chore(release): v4.1.0
1 parent 8b005d1 commit 9402b61

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## v4.1.0
4+
5+
[compare changes](https://github.com/schoero/eslint-plugin-better-tailwindcss/compare/v4.0.2...v4.1.0)
6+
7+
### Features
8+
9+
- Experimental css linting ([#314](https://github.com/schoero/eslint-plugin-better-tailwindcss/pull/314))
10+
- Add solid `classList` matcher ([#315](https://github.com/schoero/eslint-plugin-better-tailwindcss/pull/315))
11+
12+
### Fixes
13+
14+
- Type errors ([c3c9c40](https://github.com/schoero/eslint-plugin-better-tailwindcss/commit/c3c9c40))
15+
- Prevent linting when no literals are found ([51333c6](https://github.com/schoero/eslint-plugin-better-tailwindcss/commit/51333c6))
16+
- Add `exactOptionalPropertyTypes` to `tsconfig` ([#311](https://github.com/schoero/eslint-plugin-better-tailwindcss/pull/311))
17+
18+
### ❤️ Contributors
19+
20+
- Alexander Kachkaev ([@kachkaev](https://github.com/kachkaev))
21+
322
## v4.0.2
423

524
[compare changes](https://github.com/schoero/eslint-plugin-better-tailwindcss/compare/v4.0.1...v4.0.2)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.2",
2+
"version": "4.1.0",
33
"type": "module",
44
"name": "eslint-plugin-better-tailwindcss",
55
"description": "auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.",

0 commit comments

Comments
 (0)