From 733a1e03444d8dc7c2f8ccc6bd72be370ec8a596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:25:54 +0100 Subject: [PATCH] chore(release): v1.2.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9dbe8..89e4cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v1.2.1 + +[compare changes](https://github.com/schoero/eslint-plugin-readable-tailwind/compare/v1.2.0...v1.2.1) + +### Fixes + +- Don't wrap empty attributes ([#8](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/8)) + +### Documentation + +- Link sponsor button ([cc7169f](https://github.com/schoero/eslint-plugin-readable-tailwind/commit/cc7169f)) + ## v1.2.0 [compare changes](https://github.com/schoero/eslint-plugin-readable-tailwind/compare/v1.1.1...v1.2.0) diff --git a/package.json b/package.json index 2981b97..f36995f 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.0", + "version": "1.2.1", "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.",