Skip to content

Commit 56aa614

Browse files
committed
chore(release): v3.7.9
1 parent 37c9f86 commit 56aa614

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## v3.7.9
4+
5+
[compare changes](https://github.com/schoero/eslint-plugin-better-tailwindcss/compare/v3.7.8...v3.7.9)
6+
7+
### Fixes
8+
9+
- Don't match index accessed object keys ([#227](https://github.com/schoero/eslint-plugin-better-tailwindcss/pull/227))
10+
311
## v3.7.8
412

513
[compare changes](https://github.com/schoero/eslint-plugin-better-tailwindcss/compare/v3.7.7...v3.7.8)

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": "3.7.8",
2+
"version": "3.7.9",
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)