From 86d4db47ae6b044a66ccb8f4890a57e7c6911330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:53:24 +0100 Subject: [PATCH] chore(release): v1.8.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f95863..239771a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.8.2 + +[compare changes](https://github.com/schoero/eslint-plugin-readable-tailwind/compare/v1.8.1...v1.8.2) + +### Fixes + +- Fixing loop when lines wrap on two lines immediately but was theoretically short enough to not wrap ([#61](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/61)) + ## v1.8.1 [compare changes](https://github.com/schoero/eslint-plugin-readable-tailwind/compare/v1.8.0...v1.8.1) diff --git a/package.json b/package.json index 5395c65..556aa3e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.8.1", + "version": "1.8.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.",