Skip to content

Commit

Permalink
chore(release): v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Jun 7, 2024
1 parent 02ebb63 commit 60e674f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.5.2

[compare changes](https://github.com/schoero/eslint-plugin-readable-tailwind/compare/v1.5.1...v1.5.2)

### Fixes

- Remove unnecessary plugin import in shared config ([#44](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/44))
- Support svelte shorthand syntax ([#43](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/43))

## v1.5.1

[compare changes](https://github.com/schoero/eslint-plugin-readable-tailwind/compare/v1.5.0...v1.5.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.1",
"version": "1.5.2",
"type": "module",
"name": "eslint-plugin-readable-tailwind",
"description": "auto-wraps tailwind classes after a certain print width or class count into multiple lines to improve readability.",
Expand Down

0 comments on commit 60e674f

Please sign in to comment.