Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Jan 29, 2025
1 parent d8050a3 commit a63b2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- ⚠️ Enable `no-duplicate-classes` by default ([#67](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/67))
- ⚠️ Change default `multiline` grouping to `newLine` ([#68](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/68))
- ⚠️ Rename classAttributes to attributes ([#69](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/69))
- ⚠️ Rename `classAttributes` to `attributes` ([#69](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/69))

#### ⚠️ Breaking Changes

Expand All @@ -29,7 +29,7 @@
- ["Names"](https://github.com/schoero/eslint-plugin-readable-tailwind/blob/v2/docs/concepts/concepts.md#name) can now be regular expressions. This is a breaking change, if you have names configured that contain reserved characters in regular expressions like `$`.
- ⚠️ Enable `no-duplicate-classes` by default ([#67](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/67))
- ⚠️ Change default `multiline` grouping to `newLine` ([#68](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/68))
- ⚠️ Rename classAttributes to attributes ([#69](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/69))
- ⚠️ Rename `classAttributes` to `attributes` ([#69](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/69))

## v1.9.0

Expand Down

0 comments on commit a63b2d1

Please sign in to comment.