diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2f704..b43713c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.8.0 + +[compare changes](https://github.com/schoero/eslint-plugin-readable-tailwind/compare/v1.7.0...v1.8.0) + +### Features + +- Add support to globally configure shared options across all rules via the settings object ([#56](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/56)) + ## v1.7.0 [compare changes](https://github.com/schoero/eslint-plugin-readable-tailwind/compare/v1.6.1...v1.7.0) diff --git a/package-lock.json b/package-lock.json index 4172d14..def19a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-readable-tailwind", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-readable-tailwind", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "devDependencies": { "@html-eslint/parser": "^0.26.0", diff --git a/package.json b/package.json index 8b3a558..a5e3ede 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.7.0", + "version": "1.8.0", "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.",